commit | 6654ca702ca64c99965efcad3243ea5f95473252 | [log] [tgz] |
---|---|---|
author | James McCoy <jamessan@jamessan.com> | Sat Jun 12 14:05:41 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 12 14:05:41 2021 +0200 |
tree | 803d5ba55f78d7ea9a9bb4b4d7ed4cb155641d25 | |
parent | 0b71955552c4b18f1853c1769ca64d696f8b60c1 [diff] [blame] |
patch 8.2.2981: recovery test is not run on big-endian systems Problem: Recovery test is not run on big-endian systems. Solution: Make it work on big-endian systems. (James McCoy, closes #8368)
diff --git a/src/version.c b/src/version.c index ac5cc99..15ee76a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2981, +/**/ 2980, /**/ 2979,