commit | c625155ea42da2d7cefd853837f18115713b439c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 29 21:42:20 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 29 21:42:20 2017 +0100 |
tree | 0bb1a421b49d9e8ca547d1245728f86557014bd2 | |
parent | a58883b4ea0bbb813fd4dd7eb49dd6f03e3e5387 [diff] [blame] |
patch 8.0.0266: compiler warning for using uninitialized variable Problem: Compiler warning for using uninitialized variable. Solution: Set tab_number also when there is an error.
diff --git a/src/version.c b/src/version.c index bf28557..ba1501c 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 266, +/**/ 265, /**/ 264,