summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2007-02-07 04:15:18 +0100
committerAaron Griffin <aaron@archlinux.org>2007-02-07 04:15:18 +0100
commitca4078b115b67ab5dc9250826b4ba63f75292b72 (patch)
tree8c3399b8a77587ec3dbde3c8611ac89f421b29bb /src
parentda637c79e5637e1e6b1f5360c112147ebf85ccb5 (diff)
downloadpacman-ca4078b115b67ab5dc9250826b4ba63f75292b72.tar.gz
pacman-ca4078b115b67ab5dc9250826b4ba63f75292b72.tar.xz
I broke the progress bars earlier. Put that back to normal.
Diffstat (limited to 'src')
-rw-r--r--src/pacman/downloadprog.c2
1 files changed, 1 insertions, 1 deletions
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