comparison src/version.c @ 13138:0f906f414c69 v8.0.1443

patch 8.0.1443: compiler complains about uninitialized variable commit https://github.com/vim/vim/commit/059fd01021779ee369c1e55557275f6c349fda9e Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 31 14:25:53 2018 +0100 patch 8.0.1443: compiler complains about uninitialized variable Problem: Compiler complains about uninitialized variable. (Tony Mechelynck) Solution: Assign a value to the variable.
author Christian Brabandt <cb@256bit.org>
date Wed, 31 Jan 2018 14:30:05 +0100
parents bc735a129ea9
children eb45750114ed
comparison
equal deleted inserted replaced
13137:c30e4ae94349 13138:0f906f414c69
769 NULL 769 NULL
770 }; 770 };
771 771
772 static int included_patches[] = 772 static int included_patches[] =
773 { /* Add new patch number below this line */ 773 { /* Add new patch number below this line */
774 /**/
775 1443,
774 /**/ 776 /**/
775 1442, 777 1442,
776 /**/ 778 /**/
777 1441, 779 1441,
778 /**/ 780 /**/