mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-04-26 01:12:52 +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.