From: Gisle Aas Date: Mon, 14 Nov 2005 02:32:14 +0000 (-0800) Subject: Missing ; in Storable.xs X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=672ac9460f4d847752c940ba0d1cf6f86ba3d354;p=p5sagit%2Fp5-mst-13.2.git Missing ; in Storable.xs Message-ID: p4raw-id: //depot/perl@26122 --- diff --git a/ext/Storable/Storable.xs b/ext/Storable/Storable.xs index 537e464..c63087d 100644 --- a/ext/Storable/Storable.xs +++ b/ext/Storable/Storable.xs @@ -3099,7 +3099,7 @@ static int store_hook( #else tag = *svh; #endif - ary[i] = tag + ary[i] = tag; TRACEME(("listed object %d at 0x%"UVxf" is tag #%"UVuf, i-1, PTR2UV(xsv), PTR2UV(tag))); }