commit | 2118a302957dea352174722bf355376901f49b9b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 22 19:29:45 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 22 19:29:45 2019 +0100 |
tree | 0aa5ae31fa0783317d850d13b57b45e308750d31 | |
parent | fd318115a5ee813cba69aa7fc7f5f42f08f10ee4 [diff] [blame] |
patch 8.1.2335: error message for function arguments may use NULL pointer Problem: Error message for function arguments may use NULL pointer. (Coverity) Solution: Use the original function name.
diff --git a/src/version.c b/src/version.c index c327f98..06edccd 100644 --- a/src/version.c +++ b/src/version.c
@@ -738,6 +738,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2335, +/**/ 2334, /**/ 2333,