commit | 07da94b0f07beb15c7e26b78837def5a91e102dc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 28 22:39:19 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 28 22:39:19 2020 +0100 |
tree | ef04c28af35a31a4c264ece4cd6be01c1cb3d81b | |
parent | 5b18c248d3fe4961076dbc59c960ef60c80650f0 [diff] [blame] |
patch 8.2.0166: Coverity warning for using uninitialized variable Problem: Coverity warning for using uninitialized variable. Solution: Check for failure.
diff --git a/src/version.c b/src/version.c index 112b22c..d5108d9 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 166, +/**/ 165, /**/ 164,