2 Dec
2022
2 Dec
'22
2:16 p.m.
Sven Baars <wine(a)gitlab.winehq.org> wrote:
- if (CompareFileTime(&begin_ft, &trigger_ft) <= 0 && CompareFileTime(&trigger_ft, &end_ft) < 0) + if (CompareFileTime(&trigger_ft, ¤t_ft) >= 0) { if (!have_best_time || CompareFileTime(&trigger_ft, &best_ft) < 0) {
Removing the trigger end time check doesn't look right. -- Dmitry.