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

(at least).
This commit is contained in:
Daniel Stenberg 2003-11-13 07:14:23 +00:00
parent e42f806b3f
commit cd9aabb474
1 changed files with 1 additions and 0 deletions

View File

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