commit | e38197d50f7068c4b68043792d283da98e526ec3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 24 23:35:13 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 24 23:35:13 2018 +0100 |
tree | d7f4e51a71de4c6e6c7c7340fa91b58bbec976f4 | |
parent | e3d31b02a56710e64ef0c1eb6ac5afcc57cb4890 [diff] [blame] |
patch 8.1.0635: Coverity complains about null pointer use Problem: Coverity complains about null pointer use. Solution: Avoid using a null pointer.
diff --git a/src/version.c b/src/version.c index 2b1d397..0712bcc 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 635, +/**/ 634, /**/ 633,