From 5e0816872c21e3e4db02b348177b13c7c7cc9d3e Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Tue, 10 May 2005 09:03:11 +0000 Subject: [PATCH] Change 24165 missed one s/class/classname/ in the debugging code. p4raw-id: //depot/perl@24434 --- ext/Storable/Storable.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4