diff options
Diffstat (limited to 'PC')
-rw-r--r-- | PC/getpathp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PC/getpathp.c b/PC/getpathp.c index 4930ad8258..ed0a755522 100644 --- a/PC/getpathp.c +++ b/PC/getpathp.c @@ -467,6 +467,7 @@ calculate_path(void) strncpy(zip_path, dllpath, MAXPATHLEN); else /* use name of executable program */ strncpy(zip_path, progpath, MAXPATHLEN); + zip_path[MAXPATHLEN] = '\0'; len = strlen(zip_path); if (len > 4) { zip_path[len-3] = 'z'; /* change ending to "zip" */ |