From: Bram Moolenaar Date: Sun, 27 Feb 2005 22:41:14 +0000 (+0000) Subject: updated for version 7.0053 X-Git-Tag: v7.0053~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2be221fa5e4360675bf8ce4d7d6d57bc475185ca;p=vim updated for version 7.0053 --- diff --git a/src/misc1.c b/src/misc1.c index 3125dfe34..20890bbb1 100644 --- a/src/misc1.c +++ b/src/misc1.c @@ -3628,6 +3628,7 @@ vim_getenv(name, mustfree) if (pp != NULL) { p = pp; + p[len] = NUL; *mustfree = TRUE; } }