From c3490f7596a488891cb8348b117e256be4bc876b Mon Sep 17 00:00:00 2001 From: spiralvoice Date: Sun, 23 May 2010 09:29:00 +0000 Subject: [PATCH] patch #7180 --- src/networks/donkey/donkeyInteractive.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/networks/donkey/donkeyInteractive.ml b/src/networks/donkey/donkeyInteractive.ml index a0f00f89..ab4e5bd6 100644 --- a/src/networks/donkey/donkeyInteractive.ml +++ b/src/networks/donkey/donkeyInteractive.ml @@ -1336,7 +1336,7 @@ let _ = 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 "\\\\" (html_mods_cntr ()) @@ -1355,7 +1355,7 @@ let _ = 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; -- 2.11.4.GIT