commit | 4227c789ffe667b74affab38a1b8bea27cd69b36 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 02 16:00:04 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 02 16:00:04 2020 +0200 |
tree | 0ba17ffa9e1254c849e055abf85270a7f08450bb | |
parent | e5bae13da327235836b505ee47224b465713ad75 [diff] [blame] |
patch 8.2.0498: Coverity complains about uninitialized field Problem: Coverity complains about uninitialized field. Solution: Initialize the whole typval_T.
diff --git a/src/version.c b/src/version.c index 9ceed5a..f4415f2 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 498, +/**/ 497, /**/ 496,