mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-21 02:08:16 +00:00
Add return value for inet_aton
This commit is contained in:
parent
6847ae689a
commit
3f3adf0c0e
@ -152,6 +152,7 @@ int inet_aton(const char *cp, struct in_addr *inp)
|
||||
return -1;
|
||||
|
||||
inp->s_addr = addr;
|
||||
return 1;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user