Skip to content

Commit

Permalink
Fix typo in an earlier commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
asvitkine committed Aug 10, 2015
1 parent daafe56 commit 11f7e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BasiliskII/src/slirp/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 11f7e3b

Please sign in to comment.