]> git.pld-linux.org Git - packages/poldek.git/blame - poldek-vfprogress.patch
- fixed fix (%$#@!)
[packages/poldek.git] / poldek-vfprogress.patch
CommitLineData
87a9abdb 1--- vfile/vfprogress.c 7 Nov 2002 16:43:29 -0000 1.6
2+++ vfile/vfprogress.c 11 Nov 2002 21:22:10 -0000 1.7
3@@ -106,7 +106,7 @@
4 n = (int) (((float)bar->width) * frac);
5
6
7- if (amount > 0 && (10 * percent) - bar->prev_perc < 4) {
8+ if (amount > 0 && amount != total && (10 * percent) - bar->prev_perc < 4) {
9 //printf("v %ld, %d %ld, %f -> %f\n", n, bar->prev_perc, bar->prev_n, 10 * percent,
10 //(10 * percent) - (float)bar->prev_perc);
11 return;
This page took 0.291422 seconds and 4 git commands to generate.