mirror of
https://github.com/curl/curl.git
synced 2026-07-24 18:07:23 +03:00
David J Meyer's large file support.
This commit is contained in:
parent
41c6f68d94
commit
b60e0fa97e
27 changed files with 290 additions and 130 deletions
|
|
@ -228,7 +228,8 @@ int Curl_pgrsUpdate(struct connectdata *conn)
|
|||
else if(!(data->progress.flags & PGRS_HEADERS_OUT)) {
|
||||
if (!data->progress.callback) {
|
||||
if(conn->resume_from)
|
||||
fprintf(data->set.err, "** Resuming transfer from byte position %d\n",
|
||||
fprintf(data->set.err,
|
||||
"** Resuming transfer from byte position %Od\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