comparison src/version.c @ 25509:7ed54019fbb8 v8.2.3291

patch 8.2.3291: Coverity warns for not checking return value Commit: https://github.com/vim/vim/commit/4a01159da23a279005b7c5042a15af47eb9617fe Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 5 15:11:08 2021 +0200 patch 8.2.3291: Coverity warns for not checking return value Problem: Coverity warns for not checking return value. Solution: If dict_add() fails give an error message.
author Bram Moolenaar <Bram@vim.org>
date Thu, 05 Aug 2021 15:15:06 +0200
parents 1ac82ad3ee01
children a6eea433586b
comparison
equal deleted inserted replaced
25508:9ab962623872 25509:7ed54019fbb8
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3291,
758 /**/ 760 /**/
759 3290, 761 3290,
760 /**/ 762 /**/
761 3289, 763 3289,
762 /**/ 764 /**/