1
0
forked from aniani/vim

patch 9.0.0374: Coverity still complains about dropping sign of character

Problem:    Coverity still complains about dropping sign of character.
Solution:   Add intermediate variable.
This commit is contained in:
Bram Moolenaar
2022-09-04 11:55:19 +01:00
parent a5348f241b
commit 3c7707680f
2 changed files with 12 additions and 6 deletions

View File

@@ -707,6 +707,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
374,
/**/
373,
/**/