mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] Changes to mldonkey/src/gtk/gui/gui_misc.ml


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/gtk/gui/gui_misc.ml
Date: Tue, 18 Oct 2005 16:52:10 -0400

Index: mldonkey/src/gtk/gui/gui_misc.ml
diff -u mldonkey/src/gtk/gui/gui_misc.ml:1.5 
mldonkey/src/gtk/gui/gui_misc.ml:1.6
--- mldonkey/src/gtk/gui/gui_misc.ml:1.5        Sun Oct 16 20:42:51 2005
+++ mldonkey/src/gtk/gui/gui_misc.ml    Tue Oct 18 20:52:08 2005
@@ -26,7 +26,7 @@
 open GuiProto
 
 let ko = 1024L
-let mo = ko ** ko
+let mo = Int64.mul ko ko
   
 let unit_of_string s =
   match String.lowercase s with




reply via email to

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