]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-175 v7.2.175
authorBram Moolenaar <Bram@vim.org>
Sat, 16 May 2009 14:16:02 +0000 (14:16 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 16 May 2009 14:16:02 +0000 (14:16 +0000)
src/if_cscope.c
src/version.c

index 1b0a8cdad2134c011137224e17e9a5aa5bfbf830..b0c474ed5bf78aea29b8fbac4702951c6c732fa5 100644 (file)
@@ -994,7 +994,7 @@ err_closing:
        vim_free(ppath);
 
 #if defined(UNIX)
-       if (execl("/bin/sh", "sh", "-c", cmd, NULL) == -1)
+       if (execl("/bin/sh", "sh", "-c", cmd, (char *)NULL) == -1)
            PERROR(_("cs_create_connection exec failed"));
 
        exit(127);
index 5e4ec79863a5b5f6056a28bd0a2d408d338c9d2a..ed64ecec12c18a0742beae0f925d6c1da71576bd 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    175,
 /**/
     174,
 /**/