mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-02-03 22:37:56 +00:00
Fix typo in an earlier commit.
This commit is contained in:
parent
daafe565a1
commit
11f7e3b1a1
@ -74,7 +74,7 @@ void getouraddr()
|
||||
{
|
||||
char buff[256];
|
||||
|
||||
if (gethostname(buff, sizeof(buf)) == 0)
|
||||
if (gethostname(buff, sizeof(buff)) == 0)
|
||||
{
|
||||
struct addrinfo hints = { 0 };
|
||||
hints.ai_flags = AI_NUMERICHOST;
|
||||
|
Loading…
x
Reference in New Issue
Block a user