commit | bbd854dc57e82937eb7b95af220a2f137ded64f8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 18 22:19:33 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 18 22:19:33 2019 +0100 |
tree | d7c7c22262d21d1b51634a636bf1202907b01bf5 | |
parent | 44b443c5db7a372b2da519be15dd962c552e1355 [diff] [blame] |
patch 8.1.0952: compilation warnings when building the MS-Windows installer Problem: Compilation warnings when building the MS-Windows installer. Solution: Fix buffer sizes. (Yasuhiro Matsumoto, closes #3999)
diff --git a/src/version.c b/src/version.c index ee34042..16ab493 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 952, +/**/ 951, /**/ 950,