mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-03-11 20:01:36 +00:00
The previous code would cause a warning, as it was truncating size_t (64-bit) to a u32 (32-bit) implicitly.
The previous code would cause a warning, as it was truncating size_t (64-bit) to a u32 (32-bit) implicitly.