commit | 438d0c5e58aa475179ade9a1b99013733c5b8f06 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 17 15:00:27 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 17 15:00:27 2023 +0100 |
tree | fcdf07330a4ffef43ab45b25c66731d1997d3281 | |
parent | 54f50cbf6a470316a262e4389d62424e6f06b81c [diff] [blame] |
patch 9.0.1638: crypt tests hang and cause memory errors Problem: crypt tests hang and cause memory errors Solution: Move variable to start of function.
diff --git a/src/version.c b/src/version.c index a91e6fb..9488cda 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1638, +/**/ 1637, /**/ 1636,