comparison src/protocols/oscar/oscar.c @ 8907:00138e366ef8

[gaim-migrate @ 9677] " Fixes a few warnings on 64bit machines. Also fixes yahoo auth on 64bit machines which would have taken me awhile if marv didn't point me in the right direction. I've applied to my local 32bit copy and everything seems to be working fine." --Gary Kramlich committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 08 May 2004 23:34:30 +0000
parents cb3dd3a4c71c
children 80b4c956d7ae
comparison
equal deleted inserted replaced
8906:0d3a68e36132 8907:00138e366ef8
5624 GaimConversation *conv = NULL; 5624 GaimConversation *conv = NULL;
5625 struct chat_connection *c = NULL; 5625 struct chat_connection *c = NULL;
5626 char *buf, *buf2; 5626 char *buf, *buf2;
5627 char *charset = NULL; 5627 char *charset = NULL;
5628 int encoding; 5628 int encoding;
5629 int len; 5629 gsize len;
5630 5630
5631 if (!(conv = gaim_find_chat(gc, id))) 5631 if (!(conv = gaim_find_chat(gc, id)))
5632 return -EINVAL; 5632 return -EINVAL;
5633 5633
5634 if (!(c = find_oscar_chat_by_conv(gc, conv))) 5634 if (!(c = find_oscar_chat_by_conv(gc, conv)))