projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
838c087
)
fix a small typo in Storable.xs
Peter Prymmer [Tue, 22 Aug 2000 16:20:41 +0000 (09:20 -0700)]
Message-ID: <Pine.OSF.4.10.
10008221616430
.68568-100000@aspara.forte.com>
p4raw-id: //depot/perl@6781
ext/Storable/Storable.xs
patch
|
blob
|
blame
|
history
diff --git
a/ext/Storable/Storable.xs
b/ext/Storable/Storable.xs
index
997d23b
..
2283932
100644
(file)
--- a/
ext/Storable/Storable.xs
+++ b/
ext/Storable/Storable.xs
@@
-1239,7
+1239,7
@@
int cloning;
AV *av;
int i;
- TRACEME(("arrary_call (cloning=%d), cloning"));
+ TRACEME(("arrary_call (cloning=%d)", cloning));
ENTER;
SAVETMPS;