From 10719ef6490df6998ca62f768a8ba9b1f1c6d616 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Thu, 17 Jun 2010 15:27:42 +0000 Subject: test_codec: print crc's that start with 0 properly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26890 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/test_codec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c index ed59825e2a..9598881790 100644 --- a/apps/plugins/test_codec.c +++ b/apps/plugins/test_codec.c @@ -676,7 +676,7 @@ static enum plugin_status test_track(const char* filename) if (checksum) { - rb->snprintf(str, sizeof(str), "CRC32 - %x", (unsigned)crc32); + rb->snprintf(str, sizeof(str), "CRC32 - %08x", (unsigned)crc32); log_text(str,true); } else if (wavinfo.fd < 0) -- cgit v1.2.3