comparison src/version.c @ 19223:173b99509038 v8.2.0170

patch 8.2.0170: Coverity warning for ignoring return value Commit: https://github.com/vim/vim/commit/a6d536829a2c3151f3d0faa0ecdc7b8230fb11ec Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 28 23:04:06 2020 +0100 patch 8.2.0170: Coverity warning for ignoring return value Problem: Coverity warning for ignoring return value. Solution: Check the return value and return if failed.
author Bram Moolenaar <Bram@vim.org>
date Tue, 28 Jan 2020 23:15:03 +0100
parents f63f3b423ad3
children 77cd94083850
comparison
equal deleted inserted replaced
19222:7bf13c862e20 19223:173b99509038
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 170,
745 /**/ 747 /**/
746 169, 748 169,
747 /**/ 749 /**/
748 168, 750 168,
749 /**/ 751 /**/