summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/open_plugins.c2
1 files changed, 1 insertions, 1 deletions
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);