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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;