diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    170,
+/**/
     169,
 /**/
     168,