From: Jarkko Hietaniemi Date: Sat, 26 Aug 2000 05:03:50 +0000 (+0000) Subject: There be no UVdf. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4ec121ecfedd169c88d50ad5eddb8e89ab3365b4;p=p5sagit%2Fp5-mst-13.2.git There be no UVdf. p4raw-id: //depot/perl@6835 --- diff --git a/ext/Storable/Storable.xs b/ext/Storable/Storable.xs index 7f31977..be89224 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))); }