mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Fix build error on non-linux machines.
This commit is contained in:
parent
b37a016b6b
commit
0834e4ba31
|
@ -95,7 +95,7 @@ static IP broadcast_ip(void)
|
|||
ip.uint32 = ~0; /* Error occured, but try anyway? */
|
||||
|
||||
#else
|
||||
ip.i = ~0;
|
||||
ip.uint32 = ~0;
|
||||
#endif
|
||||
return ip;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user