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:
Daniel Stenberg 2004-03-02 07:25:39 +00:00
parent 00d5f886e3
commit 7ab3b5b3bb
6 changed files with 25 additions and 25 deletions

View file

@ -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,