1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-09 11:22:07 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Paul Scharnofske
35a1e12459 AK+Format: Don't cast to size_t when you want u64.
In Serenity, size_t is defined as u32, thus static_cast<size_t>(value)
truncates the value.
2021-02-13 19:47:06 +01:00