commit | 04af19637c14045fa33b99576de4eea1e3524edb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 12 21:19:04 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 12 21:19:04 2019 +0200 |
tree | 8548d69f19d74f118915299f76ce9c33e0ce0f88 | |
parent | f9b89b467965802b8d14251c0dd944343796edcd [diff] [blame] |
patch 8.1.1158: json encoded string is sometimes missing the final NUL Problem: Json encoded string is sometimes missing the final NUL. Solution: Add the NUL. Also for log messages.
diff --git a/src/version.c b/src/version.c index 4daa41e..7e5d406 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1158, +/**/ 1157, /**/ 1156,