Loading lib/hostthre.c +1 −1 Original line number Diff line number Diff line Loading @@ -469,7 +469,7 @@ Curl_addrinfo *Curl_getaddrinfo(struct connectdata *conn, hostname, port, Curl_strerror(conn,WSAGetLastError())); return NULL; } return Curl_he2ai(h, port); return Curl_he2ai(h, (unsigned short)port); } #endif /* CURLRES_IPV4 */ Loading Loading
lib/hostthre.c +1 −1 Original line number Diff line number Diff line Loading @@ -469,7 +469,7 @@ Curl_addrinfo *Curl_getaddrinfo(struct connectdata *conn, hostname, port, Curl_strerror(conn,WSAGetLastError())); return NULL; } return Curl_he2ai(h, port); return Curl_he2ai(h, (unsigned short)port); } #endif /* CURLRES_IPV4 */ Loading