1
0
forked from aniani/vim

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;
} }
} }