commit | 0943a09db84b036ec550d7f2e5b832f621b400ca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 16 13:11:17 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 16 13:11:17 2016 +0100 |
tree | d39988696918f0c72915b40cafc51e9802431e73 | |
parent | 5cefd4098204b4677387511b586673649f2fab48 [diff] [blame] |
patch 7.4.1330 Problem: fd_read() has an unused argument. Solution: Remove the timeout. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index fc1c882..93d381f 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1330, +/**/ 1329, /**/ 1328,