This website requires JavaScript.
Explore
Help
Sign in
RGBCube
/
serenity
Watch
1
Fork
You've already forked serenity
0
mirror of
https://github.com/RGBCube/serenity
synced
2025-06-09 11:22:07 +00:00
Code
Issues
Activity
Actions
18255
commits
1
branch
0
tags
230
MiB
fdffd8ece5
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