Mercurial > pidgin.yaz
changeset 3643:498e78765620
[gaim-migrate @ 3767]
shame on you
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Fri, 11 Oct 2002 17:31:07 +0000 |
parents | 5e50f6746509 |
children | 5bb0b1d23912 |
files | src/protocols/oscar/oscar.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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);