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:
3d243db
)
Silence compiler warning
author
Jerry D. Hedden
<jdhedden@cpan.org>
Thu, 8 Jul 2010 15:20:35 +0000
(11:20 -0400)
committer
David Golden
<dagolden@cpan.org>
Thu, 8 Jul 2010 15:26:02 +0000
(11:26 -0400)
Signed-off-by: David Golden <dagolden@cpan.org>
pp_sys.c
patch
|
blob
|
history
diff --git
a/pp_sys.c
b/pp_sys.c
index
fbac576
..
80a70ce
100644
(file)
--- a/
pp_sys.c
+++ b/
pp_sys.c
@@
-3320,7
+3320,7
@@
PP(pp_fttty)
int fd;
GV *gv;
SV *tmpsv = NULL;
- char *name;
+ char *name
= NULL
;
STRLEN namelen;
tryAMAGICftest_MG('t');