mirror of
https://github.com/curl/curl.git
synced 2026-08-25 16:03:40 +03:00
parent
ad837e9df8
commit
72abf7c13a
49 changed files with 199 additions and 162 deletions
|
|
@ -226,7 +226,7 @@ int Curl_socket_check(curl_socket_t readfd0, /* two sockets to read from */
|
|||
num++;
|
||||
}
|
||||
|
||||
r = Curl_poll(pfd, num, timeout_ms);
|
||||
r = Curl_poll(pfd, (unsigned int)num, timeout_ms);
|
||||
if(r <= 0)
|
||||
return r;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue