Nog een poging...

This commit is contained in:
Thulinma 2010-11-08 01:00:22 +01:00
parent 6ebf3d7b66
commit 13ae830727
2 changed files with 8 additions and 3 deletions

View file

@ -77,7 +77,7 @@ int main(){
while (!ferror(CONN) && !feof(CONN)){
while (!socketError){
//only parse input if available or not yet init'ed
//rightnow = getNowMS();
retval = epoll_wait(poller, events, 1, 0);