commit | 59edb00e2219d4eda34b32a5d405f245053c5b74 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 28 23:32:47 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 28 23:32:47 2019 +0200 |
tree | f874ae4fc29c6bc6dccaa971e7845aaf1aff553d | |
parent | c799fe206e61f2e2c1231bc46cbe4bb354f3da69 [diff] [blame] |
patch 8.1.1415: build error in MS-Windows GUI Problem: Build error in MS-Windows GUI. Solution: Fix the LALLOC_MULT() argument.
diff --git a/src/version.c b/src/version.c index c955bbb..eac5b02 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1415, +/**/ 1414, /**/ 1413,