Open_plugins.c fix red

rb->strncasecmp

Change-Id: Icb1e6d0db42bd4708d581e80596604fb97578761
This commit is contained in:
William Wilgus 2021-03-06 12:57:31 -05:00 committed by William Wilgus
parent 87ad55b06e
commit 308dd4ffee

View file

@ -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);