summaryrefslogtreecommitdiff
path: root/xkbscan.c
diff options
context:
space:
mode:
Diffstat (limited to 'xkbscan.c')
-rw-r--r--xkbscan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xkbscan.c b/xkbscan.c
index 75bfd1a..f62c9f9 100644
--- a/xkbscan.c
+++ b/xkbscan.c
@@ -37,7 +37,7 @@
FILE *yyin = NULL;
-static char scanFileBuf[1024];
+static char scanFileBuf[1024] = {0};
char *scanFile = scanFileBuf;
int lineNum = 0;