commit | 839fd11d7ed1a96bace3159c4d1861658864aae3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 06 21:34:03 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 06 21:34:03 2016 +0100 |
tree | a1d3ac933bfc82942aad2074480322d156e81fcd | |
parent | 99ef06296f3c37490511c03786a2c8672e015c56 [diff] [blame] |
patch 7.4.1503 Problem: Crash when using ch_getjob(). (Damien) Solution: Check for a NULL job.
diff --git a/src/version.c b/src/version.c index 4d8c525..92fb02a 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1503, +/**/ 1502, /**/ 1501,