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/driver/driverCommands.


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/daemon/driver/driverCommands.ml
Date: Thu, 08 Sep 2005 08:30:32 -0400

Index: mldonkey/src/daemon/driver/driverCommands.ml
diff -u mldonkey/src/daemon/driver/driverCommands.ml:1.88 
mldonkey/src/daemon/driver/driverCommands.ml:1.89
--- mldonkey/src/daemon/driver/driverCommands.ml:1.88   Tue Sep  6 11:29:11 2005
+++ mldonkey/src/daemon/driver/driverCommands.ml        Thu Sep  8 12:30:28 2005
@@ -2969,8 +2969,7 @@
 
     "mem_stats", Arg_one (fun level o ->
         let buf = o.conn_buf in
-        Heap.print_memstats (int_of_string level) buf
-          (if o.conn_output = HTML then true else false);
+        Heap.print_memstats (int_of_string level) buf (use_html_mods o);
         ""
     ), ":\t\t\t\tprint memory stats";
 




reply via email to

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