projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c964b8b
)
Squash "uninitialized" warning from gcc.
Jarkko Hietaniemi [Mon, 15 Jul 2002 13:35:49 +0000 (13:35 +0000)]
p4raw-id: //depot/perl@17548
sv.c
patch
|
blob
|
blame
|
history
diff --git
a/sv.c
b/sv.c
index
11b53d9
..
93e7bb5
100644
(file)
--- a/
sv.c
+++ b/
sv.c
@@
-7734,7
+7734,7
@@
Perl_sv_vcatpvfn(pTHX_ SV *sv, const char *pat, STRLEN patlen, va_list *args, SV
/* large enough for "%#.#f" --chip */
/* what about long double NVs? --jhi */
- SV *vecsv;
+ SV *vecsv = Nullsv;
U8 *vecstr = Null(U8*);
STRLEN veclen = 0;
char c = 0;