commit | 73dd1bd54e3d358f156f45e956f6e56527238ac6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 12 21:16:25 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 12 21:16:25 2018 +0200 |
tree | 3ea12c76ca9e56546c658b075d64d76436fae025 | |
parent | 54c6bafa1609f2d870874d0047b394670602350e [diff] [blame] |
patch 8.0.1824: Coverity warns for variable that may be uninitialized Problem: Coverity warns for variable that may be uninitialized. Solution: Initialize the variable.
diff --git a/src/version.c b/src/version.c index 8af1a95..12a8073 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1824, +/**/ 1823, /**/ 1822,