mldonkey-users
[Top][All Lists]
Advanced

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

[Mldonkey-users] [patch #4728] fix date format


From: z
Subject: [Mldonkey-users] [patch #4728] fix date format
Date: Tue, 20 Dec 2005 00:45:56 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)

Follow-up Comment #4, patch #4728 (project mldonkey):

Which patch are you reading? Doesn't look like my patch:

- if days > 0 then
-   Printf.sprintf " %dd " days
- else
-   if hours > 0 then
-     Printf.sprintf " %dh:%02d " hours minutes
-   else
-     Printf.sprintf " %dm:%02d " minutes seconds
+
+  if days > 0
+    then Printf.sprintf " %dd " days
+  else if hours > 0
+    then Printf.sprintf " %d:%02d:%02d " hours minutes seconds
+    else Printf.sprintf " %d:%02d " minutes seconds
+

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?func=detailitem&item_id=4728>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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