Skip to content
Snippets Groups Projects
Commit 856b9fef authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

updated for version 7.2-175

parent 78a15310
No related merge requests found
......@@ -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);
......
......@@ -676,6 +676,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
175,
/**/
174,
/**/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment