comparison src/version.c @ 21102:ebacf460b1b3 v8.2.1102

patch 8.2.1102: Coverity gets confused by an unnecessary NULL check Commit: https://github.com/vim/vim/commit/90049492215aa458b90215b8e0fc50f04d5ad270 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 1 13:04:05 2020 +0200 patch 8.2.1102: Coverity gets confused by an unnecessary NULL check Problem: Coverity gets confused by an unnecessary NULL check. Solution: Remove the check for NULL.
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Jul 2020 13:15:04 +0200
parents acfda84f5661
children f8ec5a7a9cf6
comparison
equal deleted inserted replaced
21101:c18317aef51c 21102:ebacf460b1b3
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1102,
757 /**/ 759 /**/
758 1101, 760 1101,
759 /**/ 761 /**/
760 1100, 762 1100,
761 /**/ 763 /**/