Menu

#1034 bug 3385258 was fixed wrongly

closed-fixed
libcurl (356)
5
2013-06-21
2011-08-15
No

The reporter suggested
data->progress.flags &= PGRS_HIDE;
but the fix (15379f0614c56281b71dfc7b07b5e63955ccd9ac) was
data->progress.flags &= ~PGRS_HIDE;

The reporter is correct and fix is wrong. The fix actually turns on progress display regardless.

Discussion

  • Daniel Stenberg

    Daniel Stenberg - 2011-08-15

    Thanks for the report, this problem is now fixed in the git repository.

    To try it out, you either checkout/update your git clone: http://curl.haxx.se/source.html

    or you try tomorrow's daily snapshot: http://curl.haxx.se/snapshots/

     
  • Daniel Stenberg

    Daniel Stenberg - 2011-08-15
    • status: open --> closed-fixed