mirror of
https://github.com/curl/curl.git
synced 2026-07-24 08:47:50 +03:00
Use CURL_FORMAT_OFF_T for printf()inf curl_off_t variables.
This commit is contained in:
parent
71d81f1f75
commit
cb72a80fe0
5 changed files with 24 additions and 21 deletions
|
|
@ -240,7 +240,8 @@ int Curl_pgrsUpdate(struct connectdata *conn)
|
|||
if (!data->progress.callback) {
|
||||
if(conn->resume_from)
|
||||
fprintf(data->set.err,
|
||||
"** Resuming transfer from byte position %Od\n",
|
||||
"** Resuming transfer from byte position " CURL_FORMAT_OFF_T
|
||||
"\n",
|
||||
conn->resume_from);
|
||||
fprintf(data->set.err,
|
||||
" %% Total %% Received %% Xferd Average Speed Time Curr.\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue