mirror of
https://github.com/open-goal/jak-project
synced 2026-09-11 20:41:41 -04:00
goalc: some minor fixes for tests
This commit is contained in:
@@ -58,7 +58,6 @@ std::optional<std::string> ReplServer::get_msg() {
|
||||
auto activity = select(max_sd + 1, &read_sockets, NULL, NULL, NULL);
|
||||
|
||||
if (activity < 0) { // TODO - || error!
|
||||
printf("Error at select(): %ld\n", WSAGetLastError());
|
||||
return std::nullopt;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user