Loading lib/hostip.c +1 −1 Original line number Diff line number Diff line Loading @@ -555,6 +555,6 @@ Curl_addrinfo *Curl_addrinfo_copy(void *org, int port) { struct hostent *orig = org; return Curl_he2ai(orig, port); return Curl_he2ai(orig, (unsigned short)port); } #endif /* CURLRES_ADDRINFO_COPY */ Loading
lib/hostip.c +1 −1 Original line number Diff line number Diff line Loading @@ -555,6 +555,6 @@ Curl_addrinfo *Curl_addrinfo_copy(void *org, int port) { struct hostent *orig = org; return Curl_he2ai(orig, port); return Curl_he2ai(orig, (unsigned short)port); } #endif /* CURLRES_ADDRINFO_COPY */