diff options
-rw-r--r-- | regexec.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3736,8 +3736,7 @@ S_regmatch(pTHX_ regmatch_info *reginfo, regnode *prog) break; } - /* Neither the target and the pattern are utf8. */ - + /* Neither the target nor the pattern are utf8 */ if (UCHARAT(s) != nextchr && UCHARAT(s) != fold_array[nextchr]) { |