Loading lib/progress.c +3 −1 Original line number Diff line number Diff line Loading @@ -97,6 +97,8 @@ void Curl_pgrsDone(struct connectdata *conn) if(!(data->progress.flags & PGRS_HIDE)) { data->progress.lastshow=0; Curl_pgrsUpdate(conn); /* the final (forced) update */ if(!data->progress.callback) /* only output if we don't use progress callback */ fprintf(data->err, "\n"); } } Loading Loading
lib/progress.c +3 −1 Original line number Diff line number Diff line Loading @@ -97,6 +97,8 @@ void Curl_pgrsDone(struct connectdata *conn) if(!(data->progress.flags & PGRS_HIDE)) { data->progress.lastshow=0; Curl_pgrsUpdate(conn); /* the final (forced) update */ if(!data->progress.callback) /* only output if we don't use progress callback */ fprintf(data->err, "\n"); } } Loading