summaryrefslogtreecommitdiff
path: root/src/if_cscope.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-04-01 18:59:07 +0000
committerBram Moolenaar <Bram@vim.org>2008-04-01 18:59:07 +0000
commit91519e4d6b5f6c4c58cff8b0cef6427a226feaec (patch)
tree77c2cef6ff3410549c16eaf2d885968416071b83 /src/if_cscope.c
parent6a5d2ac1d0e154e717dfb7e66792dfb464925372 (diff)
downloadvim-git-91519e4d6b5f6c4c58cff8b0cef6427a226feaec.tar.gz
updated for version 7.1-291v7.1.291
Diffstat (limited to 'src/if_cscope.c')
-rw-r--r--src/if_cscope.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/if_cscope.c b/src/if_cscope.c
index 376e2a69c..001955951 100644
--- 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)