Fixed typo
This commit is contained in:
parent
21a90ab7e1
commit
a881e86ff7
2 changed files with 2 additions and 2 deletions
|
|
@ -278,7 +278,7 @@ static void StartNetwork(bool autoPort)
|
|||
#ifndef __sun
|
||||
ioctlsocket(MySocket, FIONBIO, &trueVal);
|
||||
#else
|
||||
fcntl(mysocket, F_SETFL, trueval | O_NONBLOCK);
|
||||
fcntl(MySocket, F_SETFL, trueVal | O_NONBLOCK);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue