commit | 3fb4f4762b49a5b5a54c17e0296e49ec815aee6c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 17 21:32:14 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 17 21:32:14 2019 +0200 |
tree | b788c84df7fab189249b4b27ea18624a98d7d14b | |
parent | cfdbc5adde49cbab939e8164555ed0b8d9ce000b [diff] [blame] |
patch 8.1.1708: Coverity warns for using uninitialized variable Problem: Coverity warns for using uninitialized variable. Solution: Set the start col when col is set.
diff --git a/src/version.c b/src/version.c index b1187db..d1f5eba 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1708, +/**/ 1707, /**/ 1706,