From: Nicholas Clark Date: Tue, 10 May 2005 09:03:11 +0000 (+0000) Subject: Change 24165 missed one s/class/classname/ in the debugging code. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5e0816872c21e3e4db02b348177b13c7c7cc9d3e;p=p5sagit%2Fp5-mst-13.2.git Change 24165 missed one s/class/classname/ in the debugging code. p4raw-id: //depot/perl@24434 --- diff --git a/ext/Storable/Storable.xs b/ext/Storable/Storable.xs index 0866478..f9cf645 100644 --- a/ext/Storable/Storable.xs +++ b/ext/Storable/Storable.xs @@ -3215,7 +3215,7 @@ static int store_blessed( len = strlen(classname); TRACEME(("blessed 0x%"UVxf" in %s, no hook: tagged #%d", - PTR2UV(sv), class, cxt->tagnum)); + PTR2UV(sv), classname, cxt->tagnum)); /* * Determine whether it is the first time we see that class name (in which