commit | 4ca41534b726c4116d2e430e877e34146b4d4831 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 09 21:48:37 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 09 21:48:37 2019 +0200 |
tree | 25e8169afe4e49d7febd83c6319390166756f9a3 | |
parent | 23b5139234a79567097ca73aba15ea134381b934 [diff] [blame] |
patch 8.1.1312: Coverity warning for using uninitialized variable Problem: Coverity warning for using uninitialized variable. Solution: Clear exarg_T.
diff --git a/src/version.c b/src/version.c index a9b376e..2b936d7 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1312, +/**/ 1311, /**/ 1310,