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: Wed, 31 Aug 2005 20:04:13 -0400

Index: mldonkey/src/daemon/driver/driverCommands.ml
diff -u mldonkey/src/daemon/driver/driverCommands.ml:1.84 
mldonkey/src/daemon/driver/driverCommands.ml:1.85
--- mldonkey/src/daemon/driver/driverCommands.ml:1.84   Wed Aug 31 23:54:47 2005
+++ mldonkey/src/daemon/driver/driverCommands.ml        Thu Sep  1 00:04:12 2005
@@ -295,7 +295,7 @@
         let v = (kind, 1, url) in
         if not (List.mem v !!web_infos) then
           web_infos =:=  v :: !!web_infos;
-        CommonWeb.load_url kind url;
+        CommonWeb.load_url true kind url;
         "url added to web_infos. downloading now"
     ), "<kind> <url> :\t\t\tload this file from the web.
 \t\t\t\t\tkind is either server.met (if the downloaded file is a server.met)";
@@ -2653,7 +2653,7 @@
                 H.req_proxy = !CommonOptions.http_proxy;
                 H.req_request = H.HEAD;
                 H.req_user_agent =
-                       Printf.sprintf "MLdonkey/%s" Autoconf.current_version;
+                       Printf.sprintf "MLDonkey/%s" Autoconf.current_version;
             } in
             H.whead r
                 (fun headers ->




reply via email to

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