mirror of
https://github.com/TokTok/c-toxcore
synced 2026-06-07 06:42:39 +00:00
Fix build error on non-linux machines.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user