diff options
Diffstat (limited to 'regexec.c')
-rw-r--r-- | regexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |