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.

logf: Fix warnings that only happen with simulator builds.

Change-Id: I51d960877201534f5683ba2ecbb829913f6a8afa

+1 -1
+1 -1
apps/plugins/file_picker.c
··· 169 169 { 170 170 pfp->tree_attr = (num)&FILE_ATTR_MASK; 171 171 pfp->flags |= FIND_ATTRIB; 172 - logf("Attrib: Val: 0x%lx\n", (uint32_t)num); 172 + logf("Attrib: Val: 0x%lx\n", (unsigned long)num); 173 173 logf("ate %d chars\n", ret); 174 174 } 175 175 break;