Re: [PATCH 1/1] mstask: Don't assume a ONCE trigger is on the current day.
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.
1107
Age (days ago)
1107
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov