mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonSources.m


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonSources.ml
Date: Wed, 06 Jul 2005 20:25:50 -0400

Index: mldonkey/src/daemon/common/commonSources.ml
diff -u mldonkey/src/daemon/common/commonSources.ml:1.19 
mldonkey/src/daemon/common/commonSources.ml:1.20
--- mldonkey/src/daemon/common/commonSources.ml:1.19    Thu May 19 19:06:45 2005
+++ mldonkey/src/daemon/common/commonSources.ml Thu Jul  7 00:25:45 2005
@@ -449,6 +449,7 @@
 (*                         print                                         *)
 (*                                                                       *)
 (*************************************************************************)
+
  
        let print buf output_type =
         let timer = Unix.localtime (float_of_int(last_time ()) +. 1000000000.) 
in
@@ -592,6 +593,7 @@
                   nindirect_per_queue.(i) <- nindirect_per_queue.(i) + 
!nindirect;
                   ninvalid_per_queue.(i) <- ninvalid_per_queue.(i) + !ninvalid;
                   nsources_per_queue.(i) <- nsources_per_queue.(i) + !nsources;
+
                 done; (* end Queues *)
 
                 if output_type = HTML then
@@ -636,6 +638,7 @@
                         Printf.bprintf buf "\\</tr\\>\n";
                       end
                     );
+
                     (if !aninvalid <> 0 then
                       begin
                         html_tr_two ();
@@ -671,6 +674,7 @@
               end
             else
               begin
+
                 if output_type = HTML then
                   begin
                     html_tr_one ();




reply via email to

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