From 8266f1e5a5a2f066e4dd0e7bf3273d6edcbff760 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Wed, 17 Feb 2010 22:55:16 -0800 Subject: progs/rbug: Use util_format_name(). --- progs/rbug/tex_dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'progs/rbug/tex_dump.c') diff --git a/progs/rbug/tex_dump.c b/progs/rbug/tex_dump.c index 963f8eeede..e99f5a72b6 100644 --- a/progs/rbug/tex_dump.c +++ b/progs/rbug/tex_dump.c @@ -48,7 +48,7 @@ static void dump(rbug_texture_t tex, char filename[512]; util_snprintf(filename, 512, "%llu_%s_%u.bmp", - (unsigned long long)tex, pf_name(info->format), mip); + (unsigned long long)tex, util_format_name(info->format), mip); if (util_format_is_compressed(info->format)) { debug_printf("skipping: %s\n", filename); -- cgit v1.2.3