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/bittorrent/bTInterac


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/networks/bittorrent/bTInteractive.ml
Date: Sun, 07 Aug 2005 08:57:24 -0400

Index: mldonkey/src/networks/bittorrent/bTInteractive.ml
diff -u mldonkey/src/networks/bittorrent/bTInteractive.ml:1.48 
mldonkey/src/networks/bittorrent/bTInteractive.ml:1.49
--- mldonkey/src/networks/bittorrent/bTInteractive.ml:1.48      Thu Aug  4 
22:00:23 2005
+++ mldonkey/src/networks/bittorrent/bTInteractive.ml   Sun Aug  7 12:57:22 2005
@@ -54,7 +54,7 @@
 let lprintf_nl () =
   lprintf "%s[BT] "
       (log_time ()); lprintf_nl2
-      
+
 (* prints a new logline with date, module and does not start newline *)
 let lprintf_n () =
   lprintf "%s[BT] "
@@ -454,7 +454,7 @@
         File.to_string filename
       with e -> lprintf_nl () "Empty reply from tracker"; ""
     in
-    let v = 
+    let v =
        match tracker_reply with
        | "" ->
         if !verbose_connect then
@@ -675,7 +675,7 @@
     P.client_software = c.client_software;
 (* TODO: switch it
     P.client_release = c.client_release;
- *)    
+ *)
     P.client_release = "";
     P.client_emulemod = "";
     P.client_downloaded = c.client_downloaded;
@@ -779,7 +779,7 @@
         else
           Printf.bprintf buf ".torrent file generated\n";
       ""
-      with Not_found -> 
+      with Not_found ->
           if o.conn_output = HTML then
             (* TODO: really htmlize it *)
             Printf.bprintf buf "Not enough parameters"




reply via email to

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