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/fileTPHTTP.ml


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/networks/fileTP/fileTPHTTP.ml
Date: Sun, 04 Dec 2005 10:22:44 -0500

Index: mldonkey/src/networks/fileTP/fileTPHTTP.ml
diff -u mldonkey/src/networks/fileTP/fileTPHTTP.ml:1.15 
mldonkey/src/networks/fileTP/fileTPHTTP.ml:1.16
--- mldonkey/src/networks/fileTP/fileTPHTTP.ml:1.15     Sun Oct 16 20:42:54 2005
+++ mldonkey/src/networks/fileTP/fileTPHTTP.ml  Sun Dec  4 15:22:43 2005
@@ -280,7 +280,7 @@
           end;
 
         let b = TcpBufferedSocket.buf sock in
-        let to_read = (*min (end_pos -- !counter_pos) *)
+        let to_read = min (end_pos -- !counter_pos)
           (Int64.of_int b.len) in
 
         if !verbose then lprintf_nl () "Reading: end_pos %Ld counter_pos %Ld 
len %d = to_read %Ld"




reply via email to

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