commit | 4db20ab091330e460f08651d6052afd0536c507a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 22 21:48:30 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 22 21:48:30 2016 +0100 |
tree | 38fda9ec22e015fdb72457e49f000a44fec1bee9 | |
parent | 33c31d5abf122806a4a1b4353e5bdc1dbb9468c0 [diff] [blame] |
patch 7.4.1391 Problem: Warning for uninitialzed variable. Solution: Set it to zero. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 2909149..7af412b 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1391, +/**/ 1390, /**/ 1389,