projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
642fd4e
)
fix a typo
Gurusamy Sarathy [Tue, 23 Apr 2002 06:33:25 +0000 (06:33 +0000)]
p4raw-id: //depot/perl@16103
regexec.c
patch
|
blob
|
blame
|
history
diff --git
a/regexec.c
b/regexec.c
index
1f1d668
..
002112f
100644
(file)
--- a/
regexec.c
+++ b/
regexec.c
@@
-3073,7
+3073,7
@@
S_regmatch(pTHX_ regnode *prog)
"%*s %ld out of %ld..%ld cc=%"UVxf"\n",
REPORT_CODE_OFF+PL_regindent*2, "",
(long)n, (long)cc->min,
- (long)cc->max, PTR2UV(cc)
+ (long)cc->max, PTR2UV(cc))
);
/* If degenerate scan matches "", assume scan done. */