commit | 8cf91286ca46a501d24e4b7d631b193256782c88 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 13 19:38:37 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 13 19:38:37 2017 +0200 |
tree | 98d8c9d8c4b6a9c88376b64b56fbadf74bff3f13 | |
parent | 3ec574f2b549f456f664f689d6da36dc5719aeb9 [diff] [blame] |
patch 8.0.0642: writefile() continues after detecting an error Problem: writefile() continues after detecting an error. Solution: Bail out as soon as an error is detected. (suggestions by Nikolai Pavlov, closes #1476)
diff --git a/src/version.c b/src/version.c index 365dbc5..6f5c893 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 642, +/**/ 641, /**/ 640,