]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-transfer_rate.patch
- wget -N downloads .listing for each file,
[packages/poldek.git] / poldek-transfer_rate.patch
1 --- poldek-0.18.7/vfile/vfprogress.c~   2004-09-25 16:15:45.000000000 +0200
2 +++ poldek-0.18.7/vfile/vfprogress.c    2004-11-16 19:21:35.011756552 +0100
3 @@ -171,7 +171,7 @@
4                  bar->transfer_rate = total;
5  
6              nn = n_snprintf(unit_line, sizeof(unit_line), "[%s (%s/s)]",
7 -                            total_str, total_str);
8 +                            total_str, transfer_str);
9          } else {
10              int n = 0;
11              char eta_str[64];
This page took 0.023189 seconds and 3 git commands to generate.