Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
apps/plugins/test_codec.c
··· 676 676 677 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 680 log_text(str,true); 681 681 } 682 682 else if (wavinfo.fd < 0)