mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] Changes to mldonkey/src/networks/fileTP/fileTPGlobals


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/networks/fileTP/fileTPGlobals.ml
Date: Sun, 16 Oct 2005 16:43:22 -0400

Index: mldonkey/src/networks/fileTP/fileTPGlobals.ml
diff -u mldonkey/src/networks/fileTP/fileTPGlobals.ml:1.15 
mldonkey/src/networks/fileTP/fileTPGlobals.ml:1.16
--- mldonkey/src/networks/fileTP/fileTPGlobals.ml:1.15  Sun Aug  7 12:57:22 2005
+++ mldonkey/src/networks/fileTP/fileTPGlobals.ml       Sun Oct 16 20:42:54 2005
@@ -107,7 +107,7 @@
       lprintf "Setting SWARMER\n";
       let file_chunk_size =
         max megabyte (
-          size // (max (Int64.of_int 5) (size // (megabytes 5)))
+          size // (max 5L (size // (megabytes 5)))
         )
       in
       file.file_file.impl_file_size <- size;




reply via email to

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