# HG changeset patch # User Mark Doliner # Date 1097724340 0 # Node ID 2923a6c59192d5d63e4422da43ab69386a1fbaef # Parent b28f9be379b37ce775fd981fa2cd540ff097eba0 [gaim-migrate @ 11118] Evan Schoenberg caught this. My bad. committer: Tailor Script diff -r b28f9be379b3 -r 2923a6c59192 src/protocols/oscar/oscar.c --- a/src/protocols/oscar/oscar.c Wed Oct 13 23:06:14 2004 +0000 +++ b/src/protocols/oscar/oscar.c Thu Oct 14 03:25:40 2004 +0000 @@ -385,7 +385,7 @@ } else if (strcmp(encoding, "us-ascii") && strcmp(encoding, "utf-8")) { gaim_debug_warning("oscar", "Unrecognized character encoding \"%s\", " - "attempting to convert to UTF-8 anyway\n"); + "attempting to convert to UTF-8 anyway\n", encoding); utf8 = g_convert(text, textlen, "UTF-8", encoding, NULL, NULL, NULL); }