]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4531: LGTM warnings for condition and buffer size v8.2.4531
author=?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com>
Wed, 9 Mar 2022 13:00:54 +0000 (13:00 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 9 Mar 2022 13:00:54 +0000 (13:00 +0000)
commitf01a653ac50bb3542c24d26bb3fa5371cc3b2ed7
tree98c1e1f86e0829897eeb041a4857a34dcbc1b1b9
parentf3507a517c38bee5498736607ead64c8ae6b5941
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)
src/charset.c
src/term.c
src/version.c