mirror of
https://github.com/Zygo/bees.git
synced 2025-06-16 17:46:16 +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>