comparison src/version.c @ 15253:8d7a3fd70ff4 v8.1.0635

patch 8.1.0635: Coverity complains about null pointer use commit https://github.com/vim/vim/commit/e38197d50f7068c4b68043792d283da98e526ec3 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 24 23:35:13 2018 +0100 patch 8.1.0635: Coverity complains about null pointer use Problem: Coverity complains about null pointer use. Solution: Avoid using a null pointer.
author Bram Moolenaar <Bram@vim.org>
date Mon, 24 Dec 2018 23:45:04 +0100
parents 17525ca95e1e
children 19e79a1ed6b6
comparison
equal deleted inserted replaced
15252:fdde04678443 15253:8d7a3fd70ff4
797 NULL 797 NULL
798 }; 798 };
799 799
800 static int included_patches[] = 800 static int included_patches[] =
801 { /* Add new patch number below this line */ 801 { /* Add new patch number below this line */
802 /**/
803 635,
802 /**/ 804 /**/
803 634, 805 634,
804 /**/ 806 /**/
805 633, 807 633,
806 /**/ 808 /**/