mirror of
https://github.com/torarnv/sparsebundlefs.git
synced 2026-03-03 18:28:07 +01:00
We never expect the offset to be negative, so instead of keeping it around as off_t, and having to cast to size_t to deal with signed vs unsigned comparisons, we just use size_t directly. There's still a few uses of off_t and ssize_t around, but those will need further refactoring to clean up.
16 KiB
16 KiB