diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-26 05:05:46 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-26 05:05:46 +0000 |
commit | 76edffbb7dd94e6ba8144cded7b30b485ea7a531 (patch) | |
tree | 87292c5a6584b4e755a1dcb4cbdac4e6956b91c1 /ext/Storable | |
parent | 4ec121ecfedd169c88d50ad5eddb8e89ab3365b4 (diff) | |
download | perl-76edffbb7dd94e6ba8144cded7b30b485ea7a531.tar.gz |
Nicer in decimal.
p4raw-id: //depot/perl@6836
Diffstat (limited to 'ext/Storable')
-rw-r--r-- | ext/Storable/Storable.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Storable/Storable.xs b/ext/Storable/Storable.xs index be89224b15..046e2f701a 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 #%"UVxf, + TRACEME(("listed object %d at 0x%"UVxf" is tag #%"UVuf, i-1, PTR2UV(xsv), PTR2UV(*svh))); } |