commit | 5b2a3d77d320d76f12b1666938a9d58c2a848205 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 21 11:25:30 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 21 11:25:30 2022 +0100 |
tree | 435466e4c1e4d0ede36dd3e499e91ffebf0166e4 | |
parent | 63c84731c1802bac36c1d1a82b3ef5960b35b089 [diff] [blame] |
patch 9.0.0810: readblob() returns empty when trying to read too much Problem: readblob() returns empty when trying to read too much. Solution: Return what is available.
diff --git a/src/version.c b/src/version.c index 94e5d5c..4017c47 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 810, +/**/ 809, /**/ 808,