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.

fix yellow iap-core.c

Change-Id: Idebedd10962e358002ea1a3dd6ae491e59c44ecb

+1 -1
+1 -1
apps/iap/iap-core.c
··· 19 19 #include <stdio.h> 20 20 #include <stdlib.h> 21 21 #include <stdarg.h> 22 - #include <string.h> 23 22 23 + #include "string-extra.h" 24 24 #include "panic.h" 25 25 #include "iap-core.h" 26 26 #include "iap-lingo.h"