commit | 37f341d7236ff8a1e886bbb0f0ba0700ad589373 | [log] [tgz] |
---|---|---|
author | James McCoy <jamessan@jamessan.com> | Mon Oct 11 21:04:37 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 11 21:04:37 2021 +0100 |
tree | 29c70b5c40983ddf885446b2c2a4d8905e9a5ce7 | |
parent | a9173d06f7ca320fc84f4ffa993861d21710bc41 [diff] [blame] |
patch 8.2.3498: recover test may fail on some systems Problem: Recover test may fail on some systems. Solution: Adjust the little endian and 64 bit detection. (James McCoy, closes #8941)
diff --git a/src/version.c b/src/version.c index c360692..c916c5e 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3498, +/**/ 3497, /**/ 3496,