diff options
Diffstat (limited to 'apps/plugins/open_plugins.c')
-rw-r--r-- | apps/plugins/open_plugins.c | 2 |
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); |