commit | 0f9ea22c115084a982c86214ef41200e0dfc1ea6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 05 13:48:13 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 05 13:48:13 2017 +0100 |
tree | 49c65b7b5f21f9a907c767cbcd5e26b20938849f | |
parent | d5841f28d4b041830af0f3314979f9b9093d1a77 [diff] [blame] |
patch 8.0.0415: balloon test fails on MS-Windows Problem: Balloon test fails on MS-Windows. Solution: Test with 0x7fffffff instead of 0xffffffff.
diff --git a/src/version.c b/src/version.c index 2e52f84..dbb7df2 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 415, +/**/ 414, /**/ 413,