mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-12 18:06:56 +02:00
We changed elapsed() to return i64 instead of int as that's what AK::Time::to_milliseconds() returns, causing a bunch of implicit lossy conversions in callers. Clean those up with a mix of type changes and casts.
1.1 KiB
1.1 KiB