changeset 1049:82ca8ff21fd7 v7.0.175

updated for version 7.0-175
author vimboss
date Tue, 05 Dec 2006 09:32:29 +0000
parents 73c0eeeee0b7
children 45fe7cf4a89e
files src/eval.c src/version.c
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/eval.c
+++ b/src/eval.c
@@ -16073,6 +16073,10 @@ error:
 	}
     }
 
+    /* add a terminating NUL */
+    ga_grow(&ga, 1);
+    ga_append(&ga, NUL);
+
     rettv->vval.v_string = ga.ga_data;
 }
 
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    175,
+/**/
     174,
 /**/
     173,