comparison src/version.c @ 19225:77cd94083850 v8.2.0171

patch 8.2.0171: Coverity warning for using uninitialized buffer Commit: https://github.com/vim/vim/commit/9a5e5a3e33bb86ba5209278e83ec60790f80d15c Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 28 23:09:23 2020 +0100 patch 8.2.0171: Coverity warning for using uninitialized buffer Problem: Coverity warning for using uninitialized buffer. Solution: Check the skip flag.
author Bram Moolenaar <Bram@vim.org>
date Tue, 28 Jan 2020 23:15:04 +0100
parents 173b99509038
children 9b97da610cab
comparison
equal deleted inserted replaced
19224:743c2d8e09bd 19225:77cd94083850
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 171,
745 /**/ 747 /**/
746 170, 748 170,
747 /**/ 749 /**/
748 169, 750 169,
749 /**/ 751 /**/