comparison src/version.c @ 27891:6f5c8493a238 v8.2.4471

patch 8.2.4471: Coverity warns for uninitialized variable Commit: https://github.com/vim/vim/commit/62628d97c4690462ca54781fd16bbfc7ad31477b Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 25 21:10:53 2022 +0000 patch 8.2.4471: Coverity warns for uninitialized variable Problem: Coverity warns for uninitialized variable. Solution: Set flags to zero.
author Bram Moolenaar <Bram@vim.org>
date Fri, 25 Feb 2022 22:15:04 +0100
parents ec6756baed23
children 8e630053c59c
comparison
equal deleted inserted replaced
27890:dddb087a9801 27891:6f5c8493a238
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 4471,
757 /**/ 759 /**/
758 4470, 760 4470,
759 /**/ 761 /**/
760 4469, 762 4469,
761 /**/ 763 /**/