commit | 239f8d932672bcf5be6d32fc7c0bf95a2e69f5eb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 13:21:20 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 13:21:20 2021 +0100 |
tree | 950e8c237ade15f7c7b3d1138b47531736699423 | |
parent | e2edc2ed4a9a229870b1e1811b0ecf045b84e429 [diff] [blame] |
patch 8.2.2367: test failures on some less often used systems Problem: Test failures on some less often used systems. Solution: Adjust printf formats and types. (James McCoy, closes #7691)
diff --git a/src/version.c b/src/version.c index 0367430..e29ae78 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2367, +/**/ 2366, /**/ 2365,