I broke the progress bars earlier. Put that back to normal.

This commit is contained in:
Aaron Griffin 2007-02-07 03:15:18 +00:00
parent da637c79e5
commit ca4078b115
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ void log_progress(const char *filename, int xfered, int total)
timediff = get_update_timediff(0);
}
if(percent > 0 && percent <= 100 && !timediff) {
if(percent > 0 && percent < 100 && !timediff) {
/* only update the progress bar when
* a) we first start
* b) we end the progress