diff --git a/apps/plugins/open_plugins.c b/apps/plugins/open_plugins.c index 6f3295f8e3..0e636a7097 100644 --- a/apps/plugins/open_plugins.c +++ b/apps/plugins/open_plugins.c @@ -758,7 +758,7 @@ reopen_datfile: while (path[0] == ' ') path++; - if (strncasecmp(path, "-add", 4) == 0) + if (rb->strncasecmp(path, "-add", 4) == 0) { parameter = NULL; op_entry_browse_add(-1);