]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- fix information about total transfer and rate
authorkrolik <krolik@pld-linux.org>
Tue, 16 Nov 2004 22:02:27 +0000 (22:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek-transfer_rate.patch -> 1.1

poldek-transfer_rate.patch [new file with mode: 0644]

diff --git a/poldek-transfer_rate.patch b/poldek-transfer_rate.patch
new file mode 100644 (file)
index 0000000..96a53e0
--- /dev/null
@@ -0,0 +1,11 @@
+--- poldek-0.18.7/vfile/vfprogress.c~  2004-09-25 16:15:45.000000000 +0200
++++ poldek-0.18.7/vfile/vfprogress.c   2004-11-16 19:21:35.011756552 +0100
+@@ -171,7 +171,7 @@
+                 bar->transfer_rate = total;
+             nn = n_snprintf(unit_line, sizeof(unit_line), "[%s (%s/s)]",
+-                            total_str, total_str);
++                            total_str, transfer_str);
+         } else {
+             int n = 0;
+             char eta_str[64];
This page took 0.338702 seconds and 4 git commands to generate.