mirror of
https://github.com/Zygo/bees.git
synced 2025-07-07 10:52:27 +02:00
Extents that extend past EOF will have ipos = (file size rounded up to next block) and e.end() = (file size not rounded), which fails this constraint check. The constraint check is wrong. Remove it for now. Signed-off-by: Zygo Blaxell <bees@furryterror.org>