commit | e24a9c0b592a11743475166c873a5c346c65f73d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 24 13:49:22 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 24 13:49:22 2013 +0200 |
tree | b0382290595151194b21c01a4caa433bd7895e16 | |
parent | 196ed14d15f27d91856fd2f415da53f3f5db6c10 [diff] [blame] |
updated for version 7.4a.040 Problem: Win32: using uninitialized variable. Solution: (Yukihiro Nakadaira)
diff --git a/src/version.c b/src/version.c index f1d5214..f35c8b9 100644 --- a/src/version.c +++ b/src/version.c
@@ -728,6 +728,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 40, +/**/ 39, /**/ 38,