commit | 856b9fef3a20557b100202efd3610f26cec5bb71 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 16 14:16:02 2009 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 16 14:16:02 2009 +0000 |
tree | 1f8cf5a868a7ce733b2b06b94ceb7d1a330c58bf | |
parent | 78a1531005adc6bfe435ee2b9207864688bea7e9 [diff] [blame] |
updated for version 7.2-175
diff --git a/src/if_cscope.c b/src/if_cscope.c index 1b0a8cd..b0c474e 100644 --- a/src/if_cscope.c +++ b/src/if_cscope.c
@@ -994,7 +994,7 @@ 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);