summaryrefslogtreecommitdiff
path: root/pcre_dfa_exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcre_dfa_exec.c')
-rw-r--r--pcre_dfa_exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre_dfa_exec.c b/pcre_dfa_exec.c
index 8c46bf4..663865b 100644
--- a/pcre_dfa_exec.c
+++ b/pcre_dfa_exec.c
@@ -2222,7 +2222,7 @@ for (;;)
}
else
#endif /* SUPPORT_UTF */
- otherd = fcc[d];
+ otherd = TABLE_GET(d, fcc, d);
}
if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR))
{