This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ec121e
)
Nicer in decimal.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 26 Aug 2000 05:05:46 +0000
(
05:05
+0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 26 Aug 2000 05:05:46 +0000
(
05:05
+0000)
p4raw-id: //depot/perl@6836
ext/Storable/Storable.xs
patch
|
blob
|
blame
|
history
diff --git
a/ext/Storable/Storable.xs
b/ext/Storable/Storable.xs
index
be89224
..
046e2f7
100644
(file)
--- a/
ext/Storable/Storable.xs
+++ b/
ext/Storable/Storable.xs
@@
-2080,7
+2080,7
@@
static int store_hook(
sv_seen:
SvREFCNT_dec(xsv);
ary[i] = *svh;
- TRACEME(("listed object %d at 0x%"UVxf" is tag #%"UV
x
f,
+ TRACEME(("listed object %d at 0x%"UVxf" is tag #%"UV
u
f,
i-1, PTR2UV(xsv), PTR2UV(*svh)));
}