commit | 92c33eb2735045d25fceed3b607f44d7156c59c1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 07 11:03:39 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 07 11:03:39 2021 +0000 |
tree | 1749f5d6a28abfc1b2d019eaffb8bf814d329f69 | |
parent | ecabb511074b3f56cdd5067553c947a291d04e17 [diff] [blame] |
patch 8.2.3755: Coverity warns for using a buffer in another scope Problem: Coverity warns for using a buffer in another scope. Solution: Declare the buffer in a common scope.
diff --git a/src/version.c b/src/version.c index d0ccf16..294547b 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3755, +/**/ 3754, /**/ 3753,