mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 23:11:14 +01:00
Windows couldn't convert.
This commit is contained in:
parent
a354f47f98
commit
1083884b8b
@ -874,7 +874,7 @@ u32 CWII_IPC_HLE_Device_net_ip_top::ExecuteCommand(u32 _Command,
|
||||
millis.tv_sec = 3;
|
||||
millis.tv_usec = 0;
|
||||
#endif
|
||||
setsockopt(s, SOL_SOCKET, SO_RCVTIMEO,&millis,sizeof(millis));
|
||||
setsockopt(s, SOL_SOCKET, SO_RCVTIMEO, (const char *)&millis,sizeof(millis));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user