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 Red] open_plugins rb-> is required

Change-Id: I1f1a7e487d46a0427be7cebd319c65b848b4a9fb

+1 -1
+1 -1
apps/plugins/open_plugins.c
··· 731 731 /* if user already set the name they probably don't want us to change it */ 732 732 if (!name_set && op_entry.lang_id < 0 && rb->file_exists(op_entry.param)) 733 733 { 734 - char *slash=strrchr(op_entry.param, '/'); 734 + char *slash = rb->strrchr(op_entry.param, '/'); 735 735 if(slash) 736 736 rb->strlcpy(op_entry.name, slash+1, OPEN_PLUGIN_NAMESZ); 737 737 }