commit | 7ae4fbca552c972eb3645ece02a2807e517610d7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 12 21:00:40 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 12 21:00:40 2016 +0100 |
tree | c8c3cb0486f581f0e98818cef008ca7b3147a623 | |
parent | d79e55016cf8268cee935f1ac3b5b28712d1399e [diff] [blame] |
patch 7.4.1088 Problem: Coverity warns for uninitialized variables. Only one is an actual problem. Solution: Move the conditions. Don't use endpos if handling an error.
diff --git a/src/version.c b/src/version.c index db72d05..dfcd635 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1088, +/**/ 1087, /**/ 1086,