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