mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r16050) -Fix (r15933): little typo causing OTTDfreeaddrinfo to use the fallback even when freeaddrinfo is available
This commit is contained in:
parent
eaa98482e4
commit
532fca65ef
@ -98,7 +98,7 @@ static inline void OTTDfreeaddrinfo(struct addrinfo *ai)
|
||||
if (ai == NULL) return;
|
||||
|
||||
if (first_time) {
|
||||
LoadLibraryList((Function*)&freeaddrinfo, "ws2_32.dll\freeaddrinfo\0\0");
|
||||
LoadLibraryList((Function*)&freeaddrinfo, "ws2_32.dll\0freeaddrinfo\0\0");
|
||||
first_time = false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user