diff options
Diffstat (limited to 'src/pacman')
| -rw-r--r-- | src/pacman/downloadprog.c | 2 | 
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 | 
