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.

Open_plugins.c fix red

rb->strncasecmp

Change-Id: Icb1e6d0db42bd4708d581e80596604fb97578761

authored by

William Wilgus and committed by
William Wilgus
308dd4ff 87ad55b0

+1 -1
+1 -1
apps/plugins/open_plugins.c
··· 758 758 while (path[0] == ' ') 759 759 path++; 760 760 761 - if (strncasecmp(path, "-add", 4) == 0) 761 + if (rb->strncasecmp(path, "-add", 4) == 0) 762 762 { 763 763 parameter = NULL; 764 764 op_entry_browse_add(-1);