From e83c989677addb0eb333f9917a116549cd147bae Mon Sep 17 00:00:00 2001 From: FlavioJS Date: Wed, 3 Jan 2007 12:01:43 +0000 Subject: - Fixed FIFO defines in TURBO mode. Ref: http://www.eathena.ws/board/index.php?showtopic=129766 The rest of the TURBO related errors are about the HEAD defines having to be at the start of a block because they contain a variable declaration. (i won't fix these) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9611 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/socket.c') diff --git a/src/common/socket.c b/src/common/socket.c index ca532f185..ad33c28db 100644 --- a/src/common/socket.c +++ b/src/common/socket.c @@ -655,7 +655,7 @@ int do_sendrecv(int next) free_session_mem(i); //free the bad session continue; } - + if (!FD_ISSET(i, &readfds)) FD_SET(i,&readfds); ret = i; -- cgit v1.2.3-60-g2f50