commit | 27ba0885493243945b16e14056c0a98a3ab14021 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 07 21:09:39 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 07 21:09:39 2012 +0200 |
tree | 227a037f20eae8be9528d9baeb50d26580e4e9dd | |
parent | 802053f14ac4da63c027df2f1a8333c9a26da7dc [diff] [blame] |
updated for version 7.3.548 Problem: Compiler warning on 64 bit Windows. Solution: Add type cast. (Mike Williams)
diff --git a/src/version.c b/src/version.c index d07a09c..e9f1607 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 548, +/**/ 547, /**/ 546,