From 4cbca117a3f2ef2d6695504970378ec4c483d19f Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 5 Feb 2018 17:27:45 +0100 Subject: Compatibility layer for pcre2 This should close #129--- src/sp_config_keywords.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp_config_keywords.c') diff --git a/src/sp_config_keywords.c b/src/sp_config_keywords.c index 93c3da9..5df3d97 100644 --- a/src/sp_config_keywords.c +++ b/src/sp_config_keywords.c @@ -25,7 +25,7 @@ static int get_construct_type(sp_disabled_function const *const df) { } } else { if (true == - is_regexp_matching(df->r_function, CONSTRUCTS_TYPES[i].keys[j])) { + sp_is_regexp_matching(df->r_function, CONSTRUCTS_TYPES[i].keys[j])) { return CONSTRUCTS_TYPES[i].type; } } -- cgit v1.3