X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=regexec.c;h=002112fa9eb3fb35210e01f021b3ce9af06c8c7b;hb=247fb02e864fbacf2e3a11c336199cde6431ca07;hp=1f1d66818c4ecba8f00a99a8bca5483434005bdb;hpb=ea4bd88ad32e1739b2dac043b7359eb83315a257;p=p5sagit%2Fp5-mst-13.2.git 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. */