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.

sbtools: fix red

Change-Id: I28b7d4d59d8f14abbba2a70e2bdea6987b6a3a98

+1 -1
+1 -1
utils/imxtools/sbtools/sbtoelf.c
··· 77 77 return; 78 78 if(g_elf_simplify) 79 79 elf_simplify(elf); 80 - elf_write_file(elf, elf_std_write, elf_std_printf, fd); 80 + elf_write_file(elf, elf_std_write, generic_std_printf, fd); 81 81 fclose(fd); 82 82 } 83 83