projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7581d28
)
Missing ; in Storable.xs
Gisle Aas [Mon, 14 Nov 2005 02:32:14 +0000 (18:32 -0800)]
Message-ID: <lrhdafy0y9.fsf_-_@caliper.activestate.com>
p4raw-id: //depot/perl@26122
ext/Storable/Storable.xs
patch
|
blob
|
blame
|
history
diff --git
a/ext/Storable/Storable.xs
b/ext/Storable/Storable.xs
index
537e464
..
c63087d
100644
(file)
--- a/
ext/Storable/Storable.xs
+++ b/
ext/Storable/Storable.xs
@@
-3099,7
+3099,7
@@
static int store_hook(
#else
tag = *svh;
#endif
- ary[i] = tag
+ ary[i] = tag;
TRACEME(("listed object %d at 0x%"UVxf" is tag #%"UVuf,
i-1, PTR2UV(xsv), PTR2UV(tag)));
}