commit | 1abb502635c7f317e05a0cf3ea067101f9d684f5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 13:33:55 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 13:33:55 2016 +0100 |
tree | 5795aacec573dc3d1b9f8f54834d325b782189fd | |
parent | 4f118be2bb987cdf313da879d2a93ae125e99202 [diff] [blame] |
patch 7.4.1567 Problem: Crash in assert_fails(). Solution: Check for NULL. (Dominique Pelle) Add a test.
diff --git a/src/version.c b/src/version.c index e4004f8..eecbfe1 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1567, +/**/ 1566, /**/ 1565,