mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-05-13 09:36:00 +00:00
Typo
This commit is contained in:
parent
9096038e20
commit
f9960b5f8d
@ -92,7 +92,7 @@ char *inet_ntoa(struct SceNetInAddr in)
|
|||||||
{
|
{
|
||||||
static char ip_addr[INET_ADDRSTRLEN + 1];
|
static char ip_addr[INET_ADDRSTRLEN + 1];
|
||||||
|
|
||||||
if (inet_ntop_compat(AF_INET, &in, i_paddr, INET_ADDRSTRLEN) == NULL)
|
if (inet_ntop_compat(AF_INET, &in, ip_addr, INET_ADDRSTRLEN) == NULL)
|
||||||
strlcpy(ip_addr, "Invalid", sizeof(ip_addr));
|
strlcpy(ip_addr, "Invalid", sizeof(ip_addr));
|
||||||
|
|
||||||
return ip_addr;
|
return ip_addr;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user