commit | 71eeb74a608ddae2b52fb43766616672d0cdda18 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 13 22:18:01 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 13 22:18:01 2017 +0200 |
tree | 1d2942c8b45fd77feb46fe89412d5bf7c7a8307b | |
parent | 072412ed45aa20a67aaa7e387d7f6bf59c7d3fbe [diff] [blame] |
patch 8.0.1101: channel write fails if writing to log fails Problem: Channel write fails if writing to log fails. Solution: Ignore return value of fwrite(). (Ozaki Kiichi, closes #2081)
diff --git a/src/version.c b/src/version.c index a62d190..259b576 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1101, +/**/ 1100, /**/ 1099,