mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
[Fix Red] open_plugins rb-> is required
Change-Id: I1f1a7e487d46a0427be7cebd319c65b848b4a9fb
This commit is contained in:
parent
ef7739160b
commit
ed84047884
1 changed files with 1 additions and 1 deletions
|
|
@ -731,7 +731,7 @@ static void edit_menu(int selection)
|
|||
/* if user already set the name they probably don't want us to change it */
|
||||
if (!name_set && op_entry.lang_id < 0 && rb->file_exists(op_entry.param))
|
||||
{
|
||||
char *slash=strrchr(op_entry.param, '/');
|
||||
char *slash = rb->strrchr(op_entry.param, '/');
|
||||
if(slash)
|
||||
rb->strlcpy(op_entry.name, slash+1, OPEN_PLUGIN_NAMESZ);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue