Open_plugins.c fix red
rb->strncasecmp Change-Id: Icb1e6d0db42bd4708d581e80596604fb97578761
This commit is contained in:
parent
87ad55b06e
commit
308dd4ffee
1 changed files with 1 additions and 1 deletions
|
@ -758,7 +758,7 @@ reopen_datfile:
|
||||||
while (path[0] == ' ')
|
while (path[0] == ' ')
|
||||||
path++;
|
path++;
|
||||||
|
|
||||||
if (strncasecmp(path, "-add", 4) == 0)
|
if (rb->strncasecmp(path, "-add", 4) == 0)
|
||||||
{
|
{
|
||||||
parameter = NULL;
|
parameter = NULL;
|
||||||
op_entry_browse_add(-1);
|
op_entry_browse_add(-1);
|
||||||
|
|
Loading…
Reference in a new issue