mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-04 16:45: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);
|
timediff = get_update_timediff(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(percent > 0 && percent <= 100 && !timediff) {
|
if(percent > 0 && percent < 100 && !timediff) {
|
||||||
/* only update the progress bar when
|
/* only update the progress bar when
|
||||||
* a) we first start
|
* a) we first start
|
||||||
* b) we end the progress
|
* b) we end the progress
|
||||||
|
Loading…
Reference in New Issue
Block a user