commit | 8600ace87618d33ad3182124be447f0b2c9728f4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 19 23:31:40 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 19 23:31:40 2016 +0100 |
tree | e47982e7bd6f42e568732b0d1ff82f18126b5912 | |
parent | 254e00d71429aa4e71b93d3e8c6bb93bfebe4f26 [diff] [blame] |
patch 7.4.1362 Problem: Using unitinialized value. Solution: Initialize jo_set.
diff --git a/src/version.c b/src/version.c index b887dac..766937d 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1362, +/**/ 1361, /**/ 1360,