mirror of
https://github.com/curl/curl.git
synced 2026-08-26 05:23:33 +03:00
more typecasts to please picky compilers
This commit is contained in:
parent
5ddad4cdb3
commit
9dbd6659dc
4 changed files with 12 additions and 6 deletions
|
|
@ -1690,7 +1690,7 @@ CURLcode Curl_ftp_nextconnect(struct connectdata *conn)
|
|||
if(readthisamountnow > BUFSIZE)
|
||||
readthisamountnow = BUFSIZE;
|
||||
|
||||
actuallyread =
|
||||
actuallyread = (curl_off_t)
|
||||
conn->fread(data->state.buffer, 1, (size_t)readthisamountnow,
|
||||
conn->fread_in);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue