From: Jarkko Hietaniemi Date: Sat, 26 Aug 2000 05:05:46 +0000 (+0000) Subject: Nicer in decimal. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=76edffbb7dd94e6ba8144cded7b30b485ea7a531;p=p5sagit%2Fp5-mst-13.2.git Nicer in decimal. p4raw-id: //depot/perl@6836 --- diff --git a/ext/Storable/Storable.xs b/ext/Storable/Storable.xs index be89224..046e2f7 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))); }