# HG changeset patch # User Mark Doliner # Date 1166770745 0 # Node ID e711afcb9ff49b8a945d52eb75be90371c70033c # Parent e6adc7b25eb8fc2ebccd026c437aa28190d63684 [gaim-migrate @ 18044] Get rid of a compile warning committer: Tailor Script diff -r e6adc7b25eb8 -r e711afcb9ff4 libgaim/protocols/oscar/family_chat.c --- a/libgaim/protocols/oscar/family_chat.c Fri Dec 22 06:39:55 2006 +0000 +++ b/libgaim/protocols/oscar/family_chat.c Fri Dec 22 06:59:05 2006 +0000 @@ -121,7 +121,7 @@ outinfo->exchange = byte_stream_get16(bs); outinfo->namelen = byte_stream_get8(bs); - outinfo->name = byte_stream_getraw(bs, outinfo->namelen); + outinfo->name = (char *)byte_stream_getraw(bs, outinfo->namelen); outinfo->instance = byte_stream_get16(bs); return 0;