Skip to content
Snippets Groups Projects
Commit aa67be08 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix error in last commit.

Looks like I was partially restoring old code before I stopped.
parent 663ca552
No related branches found
No related tags found
No related merge requests found
......@@ -1873,11 +1873,6 @@ void input_thread(void *arg)
#ifdef PREFER_POLL
struct pollfd fds[2];
int nfds;
#else
fd_set socket_set;
struct timeval tv;
SOCKET high_socket;
SOCKET sock;
#endif
SetThreadName("sbbs/termInput");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment