commit | 5cefd4098204b4677387511b586673649f2fab48 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 16 12:44:26 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 16 12:44:26 2016 +0100 |
tree | 38f2c816c39b9897c265b168d789e980e3a4cc61 | |
parent | 12dcf024e90ab511f04a08b20fe7eedbe92096d2 [diff] [blame] |
patch 7.4.1329 Problem: Crash when using channel that failed to open. Solution: Check for NULL. Update messages. (Yukihiro Nakadaira)
diff --git a/src/version.c b/src/version.c index c880078..fc1c882 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1329, +/**/ 1328, /**/ 1327,