summaryrefslogtreecommitdiff
path: root/src/sp_config_keywords.c
diff options
context:
space:
mode:
authorjvoisin2018-02-05 17:27:45 +0100
committerGitHub2018-02-05 17:27:45 +0100
commit4cbca117a3f2ef2d6695504970378ec4c483d19f (patch)
tree2fe9d10ddf5fdff1c1c0f4cf0cf7cbb16d274e27 /src/sp_config_keywords.c
parentf0a956e825a83ff3a58d4714a92fbb945f6c8841 (diff)
Compatibility layer for pcre2
This should close #129
Diffstat (limited to 'src/sp_config_keywords.c')
-rw-r--r--src/sp_config_keywords.c2
1 files changed, 1 insertions, 1 deletions
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) {
25 } 25 }
26 } else { 26 } else {
27 if (true == 27 if (true ==
28 is_regexp_matching(df->r_function, CONSTRUCTS_TYPES[i].keys[j])) { 28 sp_is_regexp_matching(df->r_function, CONSTRUCTS_TYPES[i].keys[j])) {
29 return CONSTRUCTS_TYPES[i].type; 29 return CONSTRUCTS_TYPES[i].type;
30 } 30 }
31 } 31 }