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:
309a139
)
The #6929 was too skimpy.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 31 Aug 2000 04:18:19 +0000
(
04:18
+0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 31 Aug 2000 04:18:19 +0000
(
04:18
+0000)
p4raw-id: //depot/perl@6936
sv.c
patch
|
blob
|
history
diff --git
a/sv.c
b/sv.c
index
5cdcbf9
..
0fdae01
100644
(file)
--- a/
sv.c
+++ b/
sv.c
@@
-2212,7
+2212,7
@@
Perl_sv_2pv(pTHX_ register SV *sv, STRLEN *lp)
* --jhi Sep 1999 */
if (SvTYPE(sv) < SVt_PVNV)
sv_upgrade(sv, SVt_PVNV);
- SvGROW(sv, NV_DIG + 1
);
+ SvGROW(sv, NV_DIG + 1
0); /* sign, decimal separator, e+NNNNN, nul */
s = SvPVX(sv);
olderrno = errno; /* some Xenix systems wipe out errno here */
#ifdef apollo