summaryrefslogtreecommitdiff
path: root/pcre_info.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcre_info.c')
-rw-r--r--pcre_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre_info.c b/pcre_info.c
index f35f398..1362bc1 100644
--- a/pcre_info.c
+++ b/pcre_info.c
@@ -80,7 +80,7 @@ const real_pcre *re = (const real_pcre *)argument_re;
if (re == NULL) return PCRE_ERROR_NULL;
if (re->magic_number != MAGIC_NUMBER)
{
- re = _pcre_try_flipped(re, &internal_re, NULL, NULL);
+ re = PRIV(try_flipped)(re, &internal_re, NULL, NULL);
if (re == NULL) return PCRE_ERROR_BADMAGIC;
}
if (optptr != NULL) *optptr = (int)(re->options & PUBLIC_COMPILE_OPTIONS);