Loading lib/hostip.c +1 −1 Original line number Diff line number Diff line Loading @@ -526,7 +526,7 @@ CURLcode Curl_wait_for_resolv(struct connectdata *conn, struct timeval *tvp, tv, store; int count; store.tv_sec = timeout - elapsed; store.tv_sec = (int)(timeout - elapsed); store.tv_usec = 0; FD_ZERO(&read_fds); Loading Loading
lib/hostip.c +1 −1 Original line number Diff line number Diff line Loading @@ -526,7 +526,7 @@ CURLcode Curl_wait_for_resolv(struct connectdata *conn, struct timeval *tvp, tv, store; int count; store.tv_sec = timeout - elapsed; store.tv_sec = (int)(timeout - elapsed); store.tv_usec = 0; FD_ZERO(&read_fds); Loading