25 Nov
2024
25 Nov
'24
9:41 a.m.
eric pouech (@epo) commented about programs/timeout/main.c:
+ } + wait_time_valid = 1; + } + else + { + timeout_error_wprintf(STRING_BAD_COMMAND_LINE); + return 1; + } + } + + if (wait_time_valid == 0) + { + timeout_error_wprintf(STRING_BAD_COMMAND_LINE); + return 1; + } + the VerifyConsoleIoHandle() should be here
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/6869#note_88792