commit | 3b05b135e3ee4cfd59983fd63461e8f7642c1713 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 03 23:25:07 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 03 23:25:07 2016 +0100 |
tree | 05d2d71092c388672c46c2e0ed09ed275c3aa5dc | |
parent | 608a8919cae982cb38e38725a843df47b234dae6 [diff] [blame] |
patch 7.4.1254 Problem: Opening a second channel causes a crash. (Ken Takata) Solution: Don't re-allocate the array with channels.
diff --git a/src/version.c b/src/version.c index 2d61d4f..6a86d6a 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1254, +/**/ 1253, /**/ 1252,