Skip to content
Snippets Groups Projects
Commit cd9aabb4 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Gisle Vanem added a flush to make the progress-bar look better on windows

(at least).
parent e42f806b
No related branches found
No related tags found
No related merge requests found
......@@ -2366,6 +2366,7 @@ int myprogress (void *clientp,
sprintf( outline, format, line, percent );
fprintf( bar->out, "\r%s", outline );
}
fflush(bar->out);
bar->prev = point;
return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment