commit | 7bb4e74c38642682cfdd0cb4052adfa5efdd7dd1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 09 12:41:50 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 09 12:41:50 2020 +0100 |
tree | 87b6644c08d544bae227365d78c1a7c11c611a6d | |
parent | 2c78a772fdb5f6a16d16a47e7f218051c4dcb845 [diff] [blame] |
patch 8.2.2117: some functions use any value as a string Problem: Some functions use any value as a string. Solution: Check that the value is a non-empty string.
diff --git a/src/version.c b/src/version.c index efb17f3..21d051e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2117, +/**/ 2116, /**/ 2115,