mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] mldonkey/src/networks/donkey donkeyInteractive.ml


From: mldonkey-commits
Subject: [Mldonkey-commits] mldonkey/src/networks/donkey donkeyInteractive.ml
Date: Sun, 23 May 2010 09:29:01 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Changes by:     spiralvoice <spiralvoice>       10/05/23 09:29:00

Modified files:
        src/networks/donkey: donkeyInteractive.ml 

Log message:
        patch #7180

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/src/networks/donkey/donkeyInteractive.ml?cvsroot=mldonkey&r1=1.167&r2=1.168

Patches:
Index: donkeyInteractive.ml
===================================================================
RCS file: /sources/mldonkey/mldonkey/src/networks/donkey/donkeyInteractive.ml,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -b -r1.167 -r1.168
--- donkeyInteractive.ml        18 Mar 2008 08:24:38 -0000      1.167
+++ donkeyInteractive.ml        23 May 2010 09:29:00 -0000      1.168
@@ -1336,7 +1336,7 @@
        List.iter (fun (ip, n, r, c) ->
          incr cntr;
          Printf.bprintf buf
-           "Comment %d: Rating(%d): %s (%s/%s)\n" !cntr r (Charset.to_utf8 c) 
n (Ip.to_string ip)) file.file_comments
+           "Comment %d: Rating(%d): %s (%s/%s)\n" !cntr r 
(Charset.Locale.to_utf8 c) n (Ip.to_string ip)) file.file_comments
      end else begin
      let tr () =
       Printf.bprintf buf "\\</tr\\>\\<tr class=\\\"dl-%d\\\"\\>" 
(html_mods_cntr ())
@@ -1355,7 +1355,7 @@
         tr ();
         html_mods_td buf [
           ("Comment", "sr br", Printf.sprintf "Comment %d" !cntr);
-          ("User rating and comment", "sr", Printf.sprintf "Rating(%d): %s 
(%s/%s)" r (Charset.to_utf8 c) n (Ip.to_string ip));
+          ("User rating and comment", "sr", Printf.sprintf "Rating(%d): %s 
(%s/%s)" r (Charset.Locale.to_utf8 c) n (Ip.to_string ip));
         ];
       ) file.file_comments;
 



reply via email to

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