commit | ec9749f33d26162fad40714a7d21978aea10fc69 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 18 20:51:40 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 18 20:51:40 2020 +0200 |
tree | dae4e93e5d90702f4d180525d4bd16f081655b6d | |
parent | a26b9700d73ebccd6c5459d0d66032a4249f6b72 [diff] [blame] |
patch 8.2.0596: crash in test49 Problem: Crash in test49. Solution: Check the right pointer.
diff --git a/src/version.c b/src/version.c index bd5bd0b..bac1ac3 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 596, +/**/ 595, /**/ 594,