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/
_______________________________________________
Mldonkey-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/mldonkey-users