mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] mldonkey distrib/ChangeLog src/daemon/driver/dr...


From: mldonkey-commits
Subject: [Mldonkey-commits] mldonkey distrib/ChangeLog src/daemon/driver/dr...
Date: Tue, 09 May 2006 10:05:25 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Branch:         
Changes by:     spiralvoice <address@hidden>    06/05/09 10:05:25

Modified files:
        distrib        : ChangeLog 
        src/daemon/driver: driverCommands.ml 

Log message:
        patch #5078

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/mldonkey/distrib/ChangeLog.diff?tr1=1.811&tr2=1.812&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/mldonkey/mldonkey/src/daemon/driver/driverCommands.ml.diff?tr1=1.136&tr2=1.137&r1=text&r2=text

Patches:
Index: mldonkey/distrib/ChangeLog
diff -u mldonkey/distrib/ChangeLog:1.811 mldonkey/distrib/ChangeLog:1.812
--- mldonkey/distrib/ChangeLog:1.811    Tue May  9 08:40:25 2006
+++ mldonkey/distrib/ChangeLog  Tue May  9 10:05:25 2006
@@ -15,6 +15,7 @@
 =========
 
 2006/05/09
+5078: Telnet: Remove HTML code from sysinfo command
 5077: FT: Fix fasttrack connection problem and adds a bootstrap nodes file url
       Removes old/broken imesh bootstrap node (zet)
 
Index: mldonkey/src/daemon/driver/driverCommands.ml
diff -u mldonkey/src/daemon/driver/driverCommands.ml:1.136 
mldonkey/src/daemon/driver/driverCommands.ml:1.137
--- mldonkey/src/daemon/driver/driverCommands.ml:1.136  Fri May  5 22:08:00 2006
+++ mldonkey/src/daemon/driver/driverCommands.ml        Tue May  9 10:05:25 2006
@@ -435,9 +435,9 @@
     "sysinfo", Arg_none (fun o ->
        let buf = o.conn_buf in
         ignore(buildinfo (o.conn_output = HTML) buf);
-        Printf.bprintf buf "\\<P\\>";
+        if o.conn_output = HTML then Printf.bprintf buf "\\<P\\>";
         ignore(runinfo (o.conn_output = HTML) buf o);
-        Printf.bprintf buf "\\<P\\>";
+        if o.conn_output = HTML then Printf.bprintf buf "\\<P\\>";
         ignore(diskinfo (o.conn_output = HTML) buf);
         ""
     ), ":\t\t\t\tprint mldonkey core build, runtime and disk information";




reply via email to

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