comparison src/version.c @ 24578:096f2b8d9cf4 v8.2.2828

patch 8.2.2828: Coverity complains about not checking rename() return value Commit: https://github.com/vim/vim/commit/97a6c6a1fb6043fd6520fbaaafc6970334186167 Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 3 19:49:51 2021 +0200 patch 8.2.2828: Coverity complains about not checking rename() return value Problem: Coverity complains about not checking the rename() return value. Solution: Add "(void)", can't do anything in case of a failure.
author Bram Moolenaar <Bram@vim.org>
date Mon, 03 May 2021 20:00:04 +0200
parents b39b56c0debc
children 87ff80c08e4b
comparison
equal deleted inserted replaced
24577:2cf982bc109e 24578:096f2b8d9cf4
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2828,
753 /**/ 755 /**/
754 2827, 756 2827,
755 /**/ 757 /**/
756 2826, 758 2826,
757 /**/ 759 /**/