# HG changeset patch # User vimboss # Date 1207076347 0 # Node ID 9e0174515abb6667a9e74e6fefc74ad50d7821d2 # Parent 3ee896333e3eebba8a5e10e04649f1bd20e98770 updated for version 7.1-291 diff --git a/src/if_cscope.c b/src/if_cscope.c --- a/src/if_cscope.c +++ b/src/if_cscope.c @@ -2163,7 +2163,7 @@ cs_release_csp(i, freefnpp) waitpid_errno = errno; if (pid != 0) break; /* break unless the process is still running */ - mch_delay(50, FALSE); /* sleep 50 ms */ + mch_delay(50L, FALSE); /* sleep 50 ms */ } # endif /* @@ -2198,7 +2198,7 @@ cs_release_csp(i, freefnpp) alive = FALSE; /* cscope process no longer exists */ break; } - mch_delay(50, FALSE); /* sleep 50ms */ + mch_delay(50L, FALSE); /* sleep 50ms */ } } if (alive) diff --git a/src/version.c b/src/version.c --- 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 */ /**/ + 291, +/**/ 290, /**/ 289,