mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] Changes to mldonkey/tools/make_torrent.ml


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/tools/make_torrent.ml
Date: Sun, 16 Oct 2005 16:43:51 -0400

Index: mldonkey/tools/make_torrent.ml
diff -u mldonkey/tools/make_torrent.ml:1.5 mldonkey/tools/make_torrent.ml:1.6
--- mldonkey/tools/make_torrent.ml:1.5  Thu Aug  4 22:00:23 2005
+++ mldonkey/tools/make_torrent.ml      Sun Oct 16 20:42:55 2005
@@ -22,15 +22,6 @@
 open Unix
 open Printf2
 
-
-let zero = Int64.zero
-let one = Int64.one
-let (++) = Int64.add
-let (--) = Int64.sub
-let ( ** ) x y = Int64.mul x (Int64.of_int y)
-let ( // ) x y = Int64.div x y
-
-
 open BTTypes
 
 let announce = ref ""
@@ -167,7 +158,7 @@
           end;
 
         let chunk_size = torrent.torrent_piece_size in
-        let npieces = 1+ Int64.to_int ((length -- one) // chunk_size) in
+        let npieces = 1 + Int64.to_int ((length -- one) // chunk_size) in
 
         if Array.length torrent.torrent_pieces <> npieces then begin
             Printf.printf "ERROR: computed npieces %d <> torrent npieces %d\n"




reply via email to

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