commit | c19b4b50a800c9866df4de0d30a25dc9d9af4939 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 05 21:23:39 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 05 21:23:39 2013 +0200 |
tree | 87b93edcd6a7183a591b8cb10f35a7962f023c28 | |
parent | 973fced7632fcbc2856aa842d5d872b6472f523c [diff] [blame] |
updated for version 7.3.1126 Problem: Compiler warning for unitialized variable. (Tony Mechelynck) Solution: Assign something to the variable.
diff --git a/src/version.c b/src/version.c index bd19cfd..92fa3d7 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1126, +/**/ 1125, /**/ 1124,