commit | f97ddbeb255c64a2b3d9db4b049278cd286070a6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 27 21:13:38 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 27 21:13:38 2016 +0100 |
tree | 5c6409abe9ec0dc3f92777037753c180a2819a99 | |
parent | c7f0ebc6d1e1cdaed816b88a0d6092c5ace615eb [diff] [blame] |
patch 7.4.1439 Problem: Using uninitialzed variable. Solution: Initialize vc_type.
diff --git a/src/version.c b/src/version.c index db96b03..28e16be 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1439, +/**/ 1438, /**/ 1437,