Windows couldn't convert.

This commit is contained in:
Matthew Parlane 2013-01-26 18:48:02 +13:00
parent a354f47f98
commit 1083884b8b
1 changed files with 1 additions and 1 deletions

View File

@ -874,7 +874,7 @@ u32 CWII_IPC_HLE_Device_net_ip_top::ExecuteCommand(u32 _Command,
millis.tv_sec = 3; millis.tv_sec = 3;
millis.tv_usec = 0; millis.tv_usec = 0;
#endif #endif
setsockopt(s, SOL_SOCKET, SO_RCVTIMEO,&millis,sizeof(millis)); setsockopt(s, SOL_SOCKET, SO_RCVTIMEO, (const char *)&millis,sizeof(millis));
} }