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/commonInteracti


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonInteractive.ml
Date: Mon, 21 Nov 2005 16:41:23 -0500

Index: mldonkey/src/daemon/common/commonInteractive.ml
diff -u mldonkey/src/daemon/common/commonInteractive.ml:1.52 
mldonkey/src/daemon/common/commonInteractive.ml:1.53
--- mldonkey/src/daemon/common/commonInteractive.ml:1.52        Mon Nov 21 
21:35:16 2005
+++ mldonkey/src/daemon/common/commonInteractive.ml     Mon Nov 21 21:41:18 2005
@@ -75,7 +75,10 @@
         Charset.add_uchar buf uc'
       end
   done;
-  Charset.to_locale (Buffer.contents buf)
+  if Autoconf.windows then
+    Charset.to_locale (Buffer.contents buf)
+  else
+    Buffer.contents buf
 
 let file_commited_name incoming_dir file =
   let network = file_network file in




reply via email to

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