commit | 97a2af39cd3249c6cbe5a5c59bc24167632d39ad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 28 22:52:48 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 28 22:52:48 2020 +0100 |
tree | 955011b497c516ac279a6242f93ba332e5b32b15 | |
parent | 58ceca5cae75ed839b20a89c5fa9998f02552f58 [diff] [blame] |
patch 8.2.0168: Coverity warning for assigning NULL to an option Problem: Coverity warning for assigning NULL to an option. Solution: Use empty string instead of NULL.
diff --git a/src/version.c b/src/version.c index c6259bc..231640c 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 168, +/**/ 167, /**/ 166,