commit | 81fcb67fb32a12414512b72e691a1bbbff9f8511 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 01 21:21:24 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 01 21:21:24 2020 +0200 |
tree | 747185dbc68cd8766a53a8993570f05de992e711 | |
parent | 9c2b06637b32742cac11bfd66b1a4e84583c6c2e [diff] [blame] |
patch 8.2.1561: using NULL pointers in fold code Problem: Using NULL pointers in fold code. Solution: Avoid using a NULL pointer. (Dominique Pellé, closes #6831, closes #6831)
diff --git a/src/version.c b/src/version.c index 29f4363..80c3998 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1561, +/**/ 1560, /**/ 1559,