Change 24165 missed one s/class/classname/ in the debugging code.
Nicholas Clark [Tue, 10 May 2005 09:03:11 +0000 (09:03 +0000)]
p4raw-id: //depot/perl@24434

ext/Storable/Storable.xs

index 0866478..f9cf645 100644 (file)
@@ -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