Mercurial > pidgin.yaz
changeset 15255:e711afcb9ff4
[gaim-migrate @ 18044]
Get rid of a compile warning
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 22 Dec 2006 06:59:05 +0000 |
parents | e6adc7b25eb8 |
children | 2e3ffe29f9ae |
files | libgaim/protocols/oscar/family_chat.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;