0
0
mirror of https://github.com/vim/vim.git synced 2025-10-06 05:44:14 -04:00

updated for version 7.0053

This commit is contained in:
Bram Moolenaar
2005-02-27 22:41:14 +00:00
parent a21b29a2fc
commit 2be221fa5e

View File

@@ -3628,6 +3628,7 @@ vim_getenv(name, mustfree)
if (pp != NULL) if (pp != NULL)
{ {
p = pp; p = pp;
p[len] = NUL;
*mustfree = TRUE; *mustfree = TRUE;
} }
} }