diff options
Diffstat (limited to 'apps/plugins/test_codec.c')
| -rw-r--r-- | apps/plugins/test_codec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c index ed59825..9598881 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) |