commit | 89e375a88f3eceb73bbd97e78aca1a1c4647c897 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 18:09:57 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 18:09:57 2016 +0100 |
tree | 4875fb49ca6bc9a6cfd5c1c277f148f853f32e21 | |
parent | 8067a64852d6d134b493c5674e404225ed4bbe7d [diff] [blame] |
patch 7.4.1575 Problem: Using wrong size for struct. Solution: Use the size for wide API. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 4779f7d..4ac46b0 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1575, +/**/ 1574, /**/ 1573,