summaryrefslogtreecommitdiff
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:
758 while (path[0] == ' ') 758 while (path[0] == ' ')
759 path++; 759 path++;
760 760
761 if (strncasecmp(path, "-add", 4) == 0) 761 if (rb->strncasecmp(path, "-add", 4) == 0)
762 { 762 {
763 parameter = NULL; 763 parameter = NULL;
764 op_entry_browse_add(-1); 764 op_entry_browse_add(-1);