In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/0784aae0d7d156b848a785db9f8ed8ce6ada8166?hp=3d243db0aa7e1e3c1c03a9baa9710b811029a73e>

- Log -----------------------------------------------------------------
commit 0784aae0d7d156b848a785db9f8ed8ce6ada8166
Author: Jerry D. Hedden <[email protected]>
Date:   Thu Jul 8 11:20:35 2010 -0400

    Silence compiler warning
    
    Signed-off-by: David Golden <[email protected]>
-----------------------------------------------------------------------

Summary of changes:
 pp_sys.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pp_sys.c b/pp_sys.c
index fbac576..80a70ce 100644
--- 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');

--
Perl5 Master Repository

Reply via email to