[Fix Red] open_plugins rb-> is required

Change-Id: I1f1a7e487d46a0427be7cebd319c65b848b4a9fb
This commit is contained in:
William Wilgus 2026-02-08 14:39:17 -05:00
parent ef7739160b
commit ed84047884

View file

@ -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);
}