Re: [PATCH v5 0/1] MR5691: timeout: Add new program.
28 May
2024
28 May
'24
9:18 p.m.
On Tue May 21 10:23:40 2024 +0000, eric pouech wrote:
why do you need float operations here? (int)(ticks_remaining / 1000) should do It needs to be rounded because otherwise it will start with printing "Waiting for N-1 seconds" due to one or more ticks having elapsed (at least on my machine). But yes, I could do an int roundup instead (`(ticks_remaining + 500) / 1000`).
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/5691#note_71013
572
Age (days ago)
572
Last active (days ago)
0 comments
1 participants
participants (1)
-
Myah Caron (@qsniyg)