commit | a27655ef6d0001c7c2265ea682455ec82acee826 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 21 22:22:01 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 21 22:22:01 2019 +0100 |
tree | 812e4e113247d61a80f3fbb0978c0c64a1cd4a7f | |
parent | 3ba35409a65b457d29a885a27b46b02a9aec6bcc [diff] [blame] |
patch 8.2.0029: MS-Windows: crash with empty job command Problem: MS-Windows: crash with empty job command. Solution: Check for NULL result. (Yasuhiro Matsumoto, closes #5390)
diff --git a/src/version.c b/src/version.c index ec5c7b4..7d9b3db 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 29, +/**/ 28, /**/ 27,