comparison src/version.c @ 25587:35562f3207d1 v8.2.3330

patch 8.2.3330: Coverity reports using uninitialized field Commit: https://github.com/vim/vim/commit/7deb4115ef72c0468cd6f9cc5f036d5c405641d4 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 11 17:01:45 2021 +0200 patch 8.2.3330: Coverity reports using uninitialized field Problem: Coverity reports using uninitialized field. Solution: Initialize the field early.
author Bram Moolenaar <Bram@vim.org>
date Wed, 11 Aug 2021 17:15:04 +0200
parents 10edc624b171
children 50f8204eb8f7
comparison
equal deleted inserted replaced
25586:095dc4ace359 25587:35562f3207d1
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3330,
758 /**/ 760 /**/
759 3329, 761 3329,
760 /**/ 762 /**/
761 3328, 763 3328,
762 /**/ 764 /**/