mirror of
https://github.com/ziglang/zig.git
synced 2025-12-08 23:33:07 +00:00
These constants were read as a block count in initForBlockCount() but at the same time, as a size in update(). The unit could be blocks or bytes, but we should use the same one everywhere. So, use blocks as intended. Fixes #13506