commit | ae2fe73abc954b8fd3dbd7994daa8e31e6690bd0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 10 22:38:00 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 10 22:38:00 2015 +0200 |
tree | f7ee05639b2f71060345dbca8a302c3162e6ac34 | |
parent | 86ae720d7567fcbbe40f00cf136c797953f21038 [diff] [blame] |
patch 7.4.778 Problem: Coverity warns for uninitialized variable. Solution: Change condition of assignment.
diff --git a/src/version.c b/src/version.c index df00f5b..016b25c 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 778, +/**/ 777, /**/ 776,