updated for version 7.2-175
author |
vimboss |
date |
Sat, 16 May 2009 14:16:02 +0000 |
parents |
b5c1cb6f8d56 |
children |
e8eeeff19eae |
files |
src/if_cscope.c src/version.c |
diffstat |
2 files changed, 3 insertions(+), 1 deletions(-)
[+]
|
line diff
--- a/src/if_cscope.c
+++ b/src/if_cscope.c
@@ -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);
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 175,
+/**/
174,
/**/
173,