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/bin_to_bmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'progs/rbug/bin_to_bmp.c') diff --git a/progs/rbug/bin_to_bmp.c b/progs/rbug/bin_to_bmp.c index 18dd57b0349..6e9b162a6f7 100644 --- a/progs/rbug/bin_to_bmp.c +++ b/progs/rbug/bin_to_bmp.c @@ -74,7 +74,7 @@ static void dump(unsigned width, unsigned height, rgba = MALLOC(dst_size); } - util_snprintf(filename, 512, "%s.bmp", pf_name(src_format)); + util_snprintf(filename, 512, "%s.bmp", util_format_name(src_format)); if (util_format_is_compressed(src_format)) { debug_printf("skipping: %s\n", filename); -- cgit v1.2.3