mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:54:17 +03:00
Curl_read() uses ssize_t now
This commit is contained in:
parent
a14aaaf23f
commit
9464c5430d
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@
|
|||
CURLcode static
|
||||
_Transfer(struct connectdata *c_conn)
|
||||
{
|
||||
size_t nread; /* number of bytes read */
|
||||
ssize_t nread; /* number of bytes read */
|
||||
int bytecount = 0; /* total number of bytes read */
|
||||
int writebytecount = 0; /* number of bytes written */
|
||||
long contentlength=0; /* size of incoming data */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue