summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-08-26 05:03:50 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-26 05:03:50 +0000
commit4ec121ecfedd169c88d50ad5eddb8e89ab3365b4 (patch)
tree8e901675b195eb20c08395049d281a1a97b143e7 /ext
parentd67b2c17a936973e59786de36895308503810dcc (diff)
downloadperl-4ec121ecfedd169c88d50ad5eddb8e89ab3365b4.tar.gz
There be no UVdf.
p4raw-id: //depot/perl@6835
Diffstat (limited to 'ext')
-rw-r--r--ext/Storable/Storable.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Storable/Storable.xs b/ext/Storable/Storable.xs
index 7f319778b4..be89224b15 100644
--- a/ext/Storable/Storable.xs
+++ b/ext/Storable/Storable.xs
@@ -2080,7 +2080,7 @@ static int store_hook(
sv_seen:
SvREFCNT_dec(xsv);
ary[i] = *svh;
- TRACEME(("listed object %d at 0x%"UVxf" is tag #%"UVdf,
+ TRACEME(("listed object %d at 0x%"UVxf" is tag #%"UVxf,
i-1, PTR2UV(xsv), PTR2UV(*svh)));
}