diff options
Diffstat (limited to 'regcomp.c')
-rw-r--r-- | regcomp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8787,7 +8787,7 @@ tryagain: * position the parse so that this will be called again * immediately */ if (len) { - p = RExC_parse + len - 1; + p = oldp; goto loopdone; } else { |