summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gv.c b/gv.c
index 09e6cfe346..0d34366e4f 100644
--- a/gv.c
+++ b/gv.c
@@ -59,7 +59,7 @@ Perl_gv_IOadd(pTHX_ register GV *gv)
GV *
Perl_gv_fetchfile(pTHX_ const char *name)
{
- char smallbuf[256] = { 0 };
+ char smallbuf[256];
char *tmpbuf;
STRLEN tmplen;
GV *gv;