commit | 7ad67d1150a1e48371d64e2919591c38b80e7cfc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 10 16:08:26 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 10 16:08:26 2021 +0100 |
tree | f92b2c58722bb67749c0154a83eb1167af5a623a | |
parent | ffb7dcdb773c250a6acf45d5670a508be9248cb6 [diff] [blame] |
patch 8.2.2583: Vim9: cannot compare result of getenv() with null Problem: Vim9: cannot compare result of getenv() with null. Solution: Make the return type of getenv() "any". (closes #7943)
diff --git a/src/version.c b/src/version.c index 447b6e6..2dbf24a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2583, +/**/ 2582, /**/ 2581,