From c02210d8c67962b7917d2300ac5d7944da0c1852 Mon Sep 17 00:00:00 2001 From: z3APA3A <3APA3A@3proxy.ru> Date: Thu, 19 Nov 2020 02:52:47 +0300 Subject: [PATCH] export pcre_options --- src/plugins/PCREPlugin/pcre_plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/PCREPlugin/pcre_plugin.c b/src/plugins/PCREPlugin/pcre_plugin.c index 5bf47a4..aa456e5 100644 --- a/src/plugins/PCREPlugin/pcre_plugin.c +++ b/src/plugins/PCREPlugin/pcre_plugin.c @@ -351,7 +351,7 @@ static struct commands pcre_commandhandlers[] = { static struct symbol regexp_symbols[] = { {regexp_symbols+1, "pcre_compile", (void*) pcre_compile}, {regexp_symbols+2, "pcre_exec", (void*) pcre_exec}, - {NULL, "pcre_config", (void *)pcre_config}, + {NULL, "pcre_options", (void *)&pcre_options}, }; #ifdef WATCOM