X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=regexec.c;h=002112fa9eb3fb35210e01f021b3ce9af06c8c7b;hb=680d0beb650bdbbd6136e2939d2d4288dac7df6c;hp=05839f0298fd60552c8a26c69b02be7811a41420;hpb=91f3b821ca3eaa8b7d74bb338729ba51b7b68a90;p=p5sagit%2Fp5-mst-13.2.git diff --git a/regexec.c b/regexec.c index 05839f0..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, (UV)cc) + (long)cc->max, PTR2UV(cc)) ); /* If degenerate scan matches "", assume scan done. */