commit | 927030af23982a70580178e32806cd3638ce6e5b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 18:23:55 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 18:23:55 2016 +0100 |
tree | 0c0d0863c46bfdb26096f90031fe14ba9e0b218d | |
parent | 89e375a88f3eceb73bbd97e78aca1a1c4647c897 [diff] [blame] |
patch 7.4.1576 Problem: Write error of viminfo file is not handled properly. (Christian Neukirchen) Solution: Check the return value of fclose(). (closes #682)
diff --git a/src/version.c b/src/version.c index 4ac46b0..5cc53c8 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1576, +/**/ 1575, /**/ 1574,