projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3eb1798
)
Change 24165 missed one s/class/classname/ in the debugging code.
author
Nicholas Clark
<nick@ccl4.org>
Tue, 10 May 2005 09:03:11 +0000
(09:03 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Tue, 10 May 2005 09:03:11 +0000
(09:03 +0000)
p4raw-id: //depot/perl@24434
ext/Storable/Storable.xs
patch
|
blob
|
history
diff --git
a/ext/Storable/Storable.xs
b/ext/Storable/Storable.xs
index
0866478
..
f9cf645
100644
(file)
--- 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), class
name
, cxt->tagnum));
/*
* Determine whether it is the first time we see that class name (in which