commit | 78a70533c3707aa50cbf998c7807221945aa9787 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 13 13:24:34 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 13 13:24:34 2022 +0000 |
tree | d6f63adc4a7c3c854cea5ac325b4f05c9928e090 | |
parent | de05bb25733c3319e18dca44e9b59c6ee389eb26 [diff] [blame] |
patch 8.2.4075: test failures Problem: Test failures. Solution: Change check for NULL pointer.
diff --git a/src/version.c b/src/version.c index 1f4a031..ba6e5da 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4075, +/**/ 4074, /**/ 4073,