commit | 7bffaa9f9b477969d85cef41adeadc4506373708 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 10 21:46:03 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 10 21:46:03 2016 +0100 |
tree | 5effcc6e5348db40d9db5180f83b32f36c67e6fd | |
parent | 40e8cb292c36f5057628e570591e8917ac1ca121 [diff] [blame] |
patch 7.4.1532 Problem: MS-Windows channel leaks file descriptor. Solution: Use CreateFile with the right options. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index d7d5181..f82b104 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1532, +/**/ 1531, /**/ 1530,