projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3fa9c3d
)
More UTF8 EXACT fixing.
Jarkko Hietaniemi [Tue, 6 Nov 2001 01:01:49 +0000 (
01:01
+0000)]
p4raw-id: //depot/perl@12863
regexec.c
patch
|
blob
|
blame
|
history
diff --git
a/regexec.c
b/regexec.c
index
be2e707
..
198e99e
100644
(file)
--- a/
regexec.c
+++ b/
regexec.c
@@
-2230,7
+2230,7
@@
S_regmatch(pTHX_ regnode *prog)
sayNO;
if (*((U8*)l) != utf8_to_uvchr((U8*)s, &len))
sayNO;
- s++;
+ s+=len;
l++;
}
locinput = l;