From: Gurusamy Sarathy Date: Tue, 23 Apr 2002 06:33:25 +0000 (+0000) Subject: fix a typo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2797576d12630c11198ca4b6cd994c3e19902802;p=p5sagit%2Fp5-mst-13.2.git fix a typo p4raw-id: //depot/perl@16103 --- diff --git a/regexec.c b/regexec.c index 1f1d668..002112f 100644 --- 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. */