diff options
Diffstat (limited to 'misc.c')
-rw-r--r-- | misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |