Mercurial > vim
comparison src/version.c @ 30073:c9fe7d5e0f61 v9.0.0374
patch 9.0.0374: Coverity still complains about dropping sign of character
Commit: https://github.com/vim/vim/commit/3c7707680fea0881fe96c75f962af01edf810d5d
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Sep 4 11:55:19 2022 +0100
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.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 04 Sep 2022 13:00:03 +0200 |
parents | 6a8c2ff5b2ef |
children | be5b8d4616b2 |
comparison
equal
deleted
inserted
replaced
30072:c290472b786b | 30073:c9fe7d5e0f61 |
---|---|
705 NULL | 705 NULL |
706 }; | 706 }; |
707 | 707 |
708 static int included_patches[] = | 708 static int included_patches[] = |
709 { /* Add new patch number below this line */ | 709 { /* Add new patch number below this line */ |
710 /**/ | |
711 374, | |
710 /**/ | 712 /**/ |
711 373, | 713 373, |
712 /**/ | 714 /**/ |
713 372, | 715 372, |
714 /**/ | 716 /**/ |