comparison src/version.c @ 18687:81d34044450f v8.1.2335

patch 8.1.2335: error message for function arguments may use NULL pointer Commit: https://github.com/vim/vim/commit/2118a302957dea352174722bf355376901f49b9b Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 22 19:29:45 2019 +0100 patch 8.1.2335: error message for function arguments may use NULL pointer Problem: Error message for function arguments may use NULL pointer. (Coverity) Solution: Use the original function name.
author Bram Moolenaar <Bram@vim.org>
date Fri, 22 Nov 2019 19:30:05 +0100
parents ff4174f1ed3a
children 8cc12c8d7842
comparison
equal deleted inserted replaced
18686:1a24a050315a 18687:81d34044450f
735 NULL 735 NULL
736 }; 736 };
737 737
738 static int included_patches[] = 738 static int included_patches[] =
739 { /* Add new patch number below this line */ 739 { /* Add new patch number below this line */
740 /**/
741 2335,
740 /**/ 742 /**/
741 2334, 743 2334,
742 /**/ 744 /**/
743 2333, 745 2333,
744 /**/ 746 /**/