From 308dd4ffee5455c70bd801704c1662c654881255 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Sat, 6 Mar 2021 12:57:31 -0500 Subject: Open_plugins.c fix red rb->strncasecmp Change-Id: Icb1e6d0db42bd4708d581e80596604fb97578761 --- apps/plugins/open_plugins.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/open_plugins.c') 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); -- cgit v1.2.3