mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] Changes to mldonkey/src/daemon/driver/driverInteracti


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/daemon/driver/driverInteractive.ml
Date: Fri, 26 Aug 2005 17:10:44 -0400

Index: mldonkey/src/daemon/driver/driverInteractive.ml
diff -u mldonkey/src/daemon/driver/driverInteractive.ml:1.47 
mldonkey/src/daemon/driver/driverInteractive.ml:1.48
--- mldonkey/src/daemon/driver/driverInteractive.ml:1.47        Thu Aug 18 
14:12:30 2005
+++ mldonkey/src/daemon/driver/driverInteractive.ml     Fri Aug 26 21:10:43 2005
@@ -656,13 +656,13 @@
 
 
           (if !!html_mods_vd_age then
-                       ctd file.file_num (let age = (BasicSocket.last_time ()) 
- file.file_age in time_to_string age)
+                       ctd file.file_num (let age = (BasicSocket.last_time ()) 
- file.file_age in Date.time_to_string_long age)
                   else "");
 
           (if !!html_mods_vd_last then
                        ctd file.file_num (if file.file_last_seen > 0
              then let last = (BasicSocket.last_time ()) - file.file_last_seen 
in
-                time_to_string last
+                Date.time_to_string_long last
              else "-"
                )
                        else ""
@@ -678,7 +678,7 @@
           );
 
           (ctd file.file_num (if (file.file_download_rate < 10.24 || stalled 
file) then "-"
-                               else time_to_string (calc_file_eta file)) );
+                               else Date.time_to_string_long (calc_file_eta 
file)) );
 
           (if !!html_mods_vd_prio then
              (Printf.sprintf "\\<td class=\\\"dl ar\\\"\\>\\<div 
id=\\\"divSelectPriority%d\\\"\\>\\<select id=\\\"selectPriority%d\\\" 
name=\\\"selectPriority%d\\\"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]