commit | 11df3aeee548b959ccd4b9a4d3c44651eab6b3ce | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Wed Oct 19 14:02:40 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 19 14:02:40 2022 +0100 |
tree | 13cdeec4447038acdffe1084b3b5f91dabae038b | |
parent | 9f62ea01a08e69f44050f59469a0e64beddefac0 [diff] [blame] |
patch 9.0.0795: readblob() always reads the whole file Problem: readblob() always reads the whole file. Solution: Add arguments to read part of the file. (Ken Takata, closes #11402)
diff --git a/src/version.c b/src/version.c index a143f0d..a5855b8 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 795, +/**/ 794, /**/ 793,