summaryrefslogtreecommitdiff
path: root/regexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'regexec.c')
-rw-r--r--regexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regexec.c b/regexec.c
index 05839f0298..1f1d66818c 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. */