mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-04 08:35:07 -05:00
I broke the progress bars earlier. Put that back to normal.
This commit is contained in:
parent
da637c79e5
commit
ca4078b115
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user