commit | e74e8e7d758e9312165a931f176185f07a64231a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 16 22:01:30 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 16 22:01:30 2016 +0100 |
tree | 7591f0c74c3849dd274bf3f05b734bba2b0e9f5a | |
parent | 910b8aac5dc4693c4508b7acd2cef0bbfac04242 [diff] [blame] |
patch 7.4.1342 Problem: On Mac OS/X the waittime must be > 0 for connect to work. Solution: Use select() in a different way. (partly by Kazunobu Kuriyama) Always use a waittime of 1 or more.
diff --git a/src/version.c b/src/version.c index f7c008c..e77457b 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1342, +/**/ 1341, /**/ 1340,