From ca4078b115b67ab5dc9250826b4ba63f75292b72 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Wed, 7 Feb 2007 03:15:18 +0000 Subject: I broke the progress bars earlier. Put that back to normal. --- src/pacman/downloadprog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pacman/downloadprog.c b/src/pacman/downloadprog.c index 37aa52e5..e50323c6 100644 --- a/src/pacman/downloadprog.c +++ b/src/pacman/downloadprog.c @@ -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 -- cgit v1.2.3