commit | 3cd3e7ab17535f48969b7e5467d5bbdebbecebed | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 29 17:52:02 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 29 17:52:02 2012 +0200 |
tree | 19006daa11b8c64e83b6a03fbfb33ee24a3d947b | |
parent | 2afa3238a13fe3f4769fa777ada34ec0d1ea5548 [diff] [blame] |
updated for version 7.3.580 Problem: Warning on 64 bit MS-Windows. Solution: Add type cast. (Mike Williams)
diff --git a/src/version.c b/src/version.c index 074ce3e..29943e3 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 580, +/**/ 579, /**/ 578,