commit | 76603baac5a14445d0c41d7eb14144a07288d357 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 30 17:24:37 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 30 17:24:37 2020 +0200 |
tree | c346afc0d8a330c31f41d6cfc589897a42f1d2fb | |
parent | 207f009326c8f878defde0e594d7d9ed9860106e [diff] [blame] |
patch 8.2.1545: ch_logfile() is unclear about closing when forking Problem: ch_logfile() is unclear about closing when forking. Solution: Adjust the log messages.
diff --git a/src/version.c b/src/version.c index 1fe5b26..912528b 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1545, +/**/ 1544, /**/ 1543,