commit | f01a653ac50bb3542c24d26bb3fa5371cc3b2ed7 | [log] [tgz] |
---|---|---|
author | =?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com> | Wed Mar 09 13:00:54 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 09 13:00:54 2022 +0000 |
tree | 98c1e1f86e0829897eeb041a4857a34dcbc1b1b9 | |
parent | f3507a517c38bee5498736607ead64c8ae6b5941 [diff] [blame] |
patch 8.2.4531: LGTM warnings for condition and buffer size Problem: LGTM warnings for condition always true and buffer size too small. Solution: Remove the useless condition. Make the buffer larger. (Goc Dundar, closes #9914)
diff --git a/src/version.c b/src/version.c index 0aff73a..9b25ef0 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4531, +/**/ 4530, /**/ 4529,