mirror of
https://github.com/curl/curl.git
synced 2026-08-26 13:03:32 +03:00
use FORMAT_OFF_T instead of CURL_FORMAT_OFF_T to reduce the complexity of
having to redef that name
This commit is contained in:
parent
00d5f886e3
commit
7ab3b5b3bb
6 changed files with 25 additions and 25 deletions
|
|
@ -240,7 +240,7 @@ int Curl_pgrsUpdate(struct connectdata *conn)
|
|||
if (!data->progress.callback) {
|
||||
if(conn->resume_from)
|
||||
fprintf(data->set.err,
|
||||
"** Resuming transfer from byte position " CURL_FORMAT_OFF_T
|
||||
"** Resuming transfer from byte position " FORMAT_OFF_T
|
||||
"\n",
|
||||
conn->resume_from);
|
||||
fprintf(data->set.err,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue