commit | 9b6344613eecfcf77c510d7b63fcc4b7b51aefbc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 21 22:53:38 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 21 22:53:38 2021 +0100 |
tree | de908c507c80ae09e879f347913cb50b6116fb27 | |
parent | 57d5a01cb45d6edb16c3835a49b42d6d8fc0163e [diff] [blame] |
patch 8.2.2389: test failure on a few systems Problem: Test failure on a few systems. Solution: Avoid that "char" value is negative.
diff --git a/src/version.c b/src/version.c index 6d99990..568756b8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2389, +/**/ 2388, /**/ 2387,