commit | 43625762a9751cc6e6e4d8f54fbc8b82d98fb20d | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Thu Oct 20 13:28:51 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 20 13:28:51 2022 +0100 |
tree | 0261835c4d3eb079e9013ae8277531b12c1d5db2 | |
parent | 4c36678ffd1f933a6d4a12415994dea15e4ccec6 [diff] [blame] |
patch 9.0.0803: readblob() cannot read from character device Problem: readblob() cannot read from character device. Solution: Use S_ISCHR() to not check the size. (Ken Takata, closes #11407)
diff --git a/src/version.c b/src/version.c index 34ff382..0de044e 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 803, +/**/ 802, /**/ 801,