···731731 /* if user already set the name they probably don't want us to change it */
732732 if (!name_set && op_entry.lang_id < 0 && rb->file_exists(op_entry.param))
733733 {
734734- char *slash=strrchr(op_entry.param, '/');
734734+ char *slash = rb->strrchr(op_entry.param, '/');
735735 if(slash)
736736 rb->strlcpy(op_entry.name, slash+1, OPEN_PLUGIN_NAMESZ);
737737 }