commit | 69b67f7e774dc212e8c97495ee81c601b8a89ac2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 25 16:59:47 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 25 16:59:47 2015 +0200 |
tree | a520637d16a16d39a2e5d638604bfb30932facb4 | |
parent | 4d0c7bc74ac6fad5cb599dc3ade6996e848d83b6 [diff] [blame] |
patch 7.4.878 Problem: Coverity error for clearing only one byte of struct. Solution: Clear the whole struct. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 1c9eeed..fadd0d4 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 878, +/**/ 877, /**/ 876,