commit | 7b293c730b07d1586688e622b8d9cbbb4a52379b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 09 21:33:22 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 09 21:33:22 2020 +0200 |
tree | 0f90c26a7a77364ad11f2488536d79fa977d2bc1 | |
parent | 9c8bb7c0e251be2cca409055bd415266f57f013a [diff] [blame] |
patch 8.2.0539: comparing two NULL list fails Problem: Comparing two NULL list fails. Solution: Change the order of comparing two lists.
diff --git a/src/version.c b/src/version.c index 0c147cc..2bba57d 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 539, +/**/ 538, /**/ 537,