Merge pull request #4927 from fr500/master

use inet_ntoa if INET6_ADDRSTRLEN is not defined
This commit is contained in:
Andrés 2017-05-16 20:15:32 -05:00 committed by GitHub
commit 64c22de3ae
1 changed files with 1 additions and 1 deletions

View File

@ -3513,7 +3513,7 @@ finish:
address = &host->addr;
#if 0
#ifdef INET6_ADDRSTRLEN
/* TODO/FIXME - inet_ntop is not portable. Need to create
* a wrapper function in libretro-common which will wrap
* this and ensure that it will work on most platforms.