commit | 696cbd224b4f78b99b8fc34538867303a8a922fc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 28 15:45:46 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 28 15:45:46 2017 +0200 |
tree | 5be9b86fef5861a318caca95a7f85774b5965316 | |
parent | b7637c44c26b057d1f3721d932bbab06d9f74393 [diff] [blame] |
patch 8.0.0587: configure check for return value of tgetent skipped Problem: Configure check for return value of tgetent is skipped. Solution: Always perform the check. (Marvin Schmidt, closes #1664)
diff --git a/src/version.c b/src/version.c index 3e683e8..7aae749 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 587, +/**/ 586, /**/ 585,