summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc.c b/misc.c
index d1dc832..fe07812 100644
--- a/misc.c
+++ b/misc.c
@@ -43,7 +43,7 @@ ProcessIncludeFile(IncludeStmt * stmt,
{
FILE *file;
XkbFile *rtrn, *mapToUse;
- char oldFile[1024];
+ char oldFile[1024] = {0};
int oldLine = lineNum;
rtrn = XkbFindFileInCache(stmt->file, file_type, &stmt->path);