commit | 570064cf21091a211d9de50dbfd23304cdf048ee | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 10 20:25:10 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 10 20:25:10 2013 +0200 |
tree | 4dc9f4f02de6f3d81de608269762a06a0e5a0c61 | |
parent | a2e14fc764c306cc33fe174707756be70f883319 [diff] [blame] |
updated for version 7.3.1160 Problem: Mixing long and pointer doesn't always work. Solution: Avoid cast to pointer.
diff --git a/src/version.c b/src/version.c index 394e6d5..5268d54 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1160, +/**/ 1159, /**/ 1158,