commit | 7c2a2f869b0f5a3e36f5e7d83923a264426e434c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 22 18:28:51 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 22 18:28:51 2019 +0100 |
tree | f0ef19e02e508db5269418b1b67bd86a7861c0b5 | |
parent | ba0a7475c52ea0ba9e083934bd328fbcbfa8d532 [diff] [blame] |
patch 8.2.0032: MS-Windows: test for blank job fails Problem: MS-Windows: test for blank job fails Solution: Check before escaping.
diff --git a/src/version.c b/src/version.c index 7e9f4a5..88ea924 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 32, +/**/ 31, /**/ 30,