commit | a889cf4642a89537e3eeecf6d30326bf6aa4776f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 19 13:49:43 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 19 13:49:43 2016 +0100 |
tree | c01231c1c6652784d299da63d177ee1e5030bd9c | |
parent | 0899d698030ec076eb26352cda1ea334ab0819d9 [diff] [blame] |
patch 7.4.1593 Problem: Using channel timeout instead of request timeout. (Coverity) Solution: Remove the extra assignment.
diff --git a/src/version.c b/src/version.c index 409a9f4..449c8f2 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1593, +/**/ 1592, /**/ 1591,