1
0
forked from aniani/vim

updated for version 7.0057

This commit is contained in:
Bram Moolenaar
2005-03-07 23:22:00 +00:00
parent f1f8bc5b63
commit 4d34b432db
3 changed files with 5 additions and 4 deletions

View File

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