diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-05-10 09:03:11 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-05-10 09:03:11 +0000 |
commit | 5e0816872c21e3e4db02b348177b13c7c7cc9d3e (patch) | |
tree | cf145b53a84b9f1efeb2343f9b98387b21533fa1 /ext | |
parent | 3eb179807dd3db5c6281415b4cc74d53978cc7a6 (diff) | |
download | perl-5e0816872c21e3e4db02b348177b13c7c7cc9d3e.tar.gz |
Change 24165 missed one s/class/classname/ in the debugging code.
p4raw-id: //depot/perl@24434
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Storable/Storable.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Storable/Storable.xs b/ext/Storable/Storable.xs index 08664789eb..f9cf64529e 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 |