]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-vfprogress.patch
- corrected name of the patch
[packages/poldek.git] / poldek-vfprogress.patch
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.02938 seconds and 3 git commands to generate.