# HG changeset patch # User Rob Flynn # Date 1034357467 0 # Node ID 498e787656201adc9b9854fdfec766d0cb08ccf6 # Parent 5e50f6746509a07f92dc194205307df57dc264a6 [gaim-migrate @ 3767] shame on you committer: Tailor Script diff -r 5e50f6746509 -r 498e78765620 src/protocols/oscar/oscar.c --- a/src/protocols/oscar/oscar.c Fri Oct 11 14:19:24 2002 +0000 +++ b/src/protocols/oscar/oscar.c Fri Oct 11 17:31:07 2002 +0000 @@ -1771,8 +1771,7 @@ if (args->icbmflags & AIM_IMFLAGS_UNICODE) { int i, j; GError *err = NULL; - FILE *fp; - + tmp = g_convert(args->msg, args->msglen, "UTF-8", "UCS-2BE", &j, &i, &err); if (err) debug_printf("Unicode IM conversion: %s\n", err->message);