1
0
forked from aniani/vim

patch 9.0.0367: Coverity complains about dropping sign of character

Problem:    Coverity complains about dropping sign of character.
Solution:   Add explicit type cast.
This commit is contained in:
Bram Moolenaar
2022-09-03 12:53:20 +01:00
parent 6ac69ed9a2
commit 0a6bb59f6b
2 changed files with 7 additions and 5 deletions

View File

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