comparison src/version.c @ 28495:f285dd00704e v8.2.4772

patch 8.2.4772: old Coverity warning for not checking ftell() return value Commit: https://github.com/vim/vim/commit/3df8f6e353eeaf24bb5fe3769ed07c03791bb58e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 17 14:01:51 2022 +0100 patch 8.2.4772: old Coverity warning for not checking ftell() return value Problem: Old Coverity warning for not checking ftell() return value. Solution: Check return value of fseek() and ftell().
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 Apr 2022 15:15:03 +0200
parents 9f8563d05629
children 7c4a9e20c178
comparison
equal deleted inserted replaced
28494:6a015080f040 28495:f285dd00704e
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 4772,
749 /**/ 751 /**/
750 4771, 752 4771,
751 /**/ 753 /**/
752 4770, 754 4770,
753 /**/ 755 /**/