commit | 836137d89abfaddef688ff2c7e6a2f68d5dfca79 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 29 14:11:24 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 29 14:11:24 2023 +0000 |
tree | 3ffcb8ad5d3226db5459881299b20a10b76574e1 | |
parent | 492324e58840f441d7226e7656844e778e65d7fb [diff] [blame] |
patch 9.0.1260: Coverity warns for possible NULL pointer usage Problem: Coverity warns for possible NULL pointer usage. Solution: Change the condition.
diff --git a/src/version.c b/src/version.c index 85fbc40..2324ff2 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1260, +/**/ 1259, /**/ 1258,