comparison src/version.c @ 13276:6958e700a458 v8.0.1512

patch 8.0.1512: warning for possibly using NULL pointer commit https://github.com/vim/vim/commit/e4db7aedab65abadcc84c78e7a10ec7bb62f11cf Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 13 13:12:11 2018 +0100 patch 8.0.1512: warning for possibly using NULL pointer Problem: Warning for possibly using NULL pointer. (Coverity) Solution: Skip using the pointer if it's NULL.
author Christian Brabandt <cb@256bit.org>
date Tue, 13 Feb 2018 13:15:06 +0100
parents f4b4162264b1
children 28ae299c6af0
comparison
equal deleted inserted replaced
13275:09e4fed6b37b 13276:6958e700a458
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 1512,
774 /**/ 776 /**/
775 1511, 777 1511,
776 /**/ 778 /**/
777 1510, 779 1510,
778 /**/ 780 /**/