comparison src/version.c @ 19304:097c46668bd1 v8.2.0210

patch 8.2.0210: Coverity complains about uninitialized field Commit: https://github.com/vim/vim/commit/eed3571fe0f7d2ae779e5d36388cc4fe16c3516e Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 4 23:08:14 2020 +0100 patch 8.2.0210: Coverity complains about uninitialized field Problem: Coverity complains about uninitialized field. Solution: Initialize the field.
author Bram Moolenaar <Bram@vim.org>
date Tue, 04 Feb 2020 23:15:03 +0100
parents 80baa37506d0
children e4a155edc9cb
comparison
equal deleted inserted replaced
19303:51bc26d4a393 19304:097c46668bd1
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 210,
745 /**/ 747 /**/
746 209, 748 209,
747 /**/ 749 /**/
748 208, 750 208,
749 /**/ 751 /**/