summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/test_codec.c2
1 files changed, 1 insertions, 1 deletions
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)
676 676
677 if (checksum) 677 if (checksum)
678 { 678 {
679 rb->snprintf(str, sizeof(str), "CRC32 - %x", (unsigned)crc32); 679 rb->snprintf(str, sizeof(str), "CRC32 - %08x", (unsigned)crc32);
680 log_text(str,true); 680 log_text(str,true);
681 } 681 }
682 else if (wavinfo.fd < 0) 682 else if (wavinfo.fd < 0)