Mercurial > pidgin.yaz
changeset 27784:0966717651b0
fix yahoo jp file transfer.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Wed, 05 Mar 2008 19:37:18 +0000 |
parents | b31b72cd273d |
children | baf65ce1463f |
files | libpurple/protocols/yahoo/yahoo_filexfer.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoo_filexfer.c Wed Mar 05 15:00:54 2008 +0000 +++ b/libpurple/protocols/yahoo/yahoo_filexfer.c Wed Mar 05 19:37:18 2008 +0000 @@ -953,8 +953,8 @@ struct yahoo_xfer_data *xd; struct sockaddr_in *addr; struct yahoo_packet *pkt; - long actaddr; - long a,b,c,d; + unsigned long actaddr; + unsigned long a,b,c,d; PurpleConnection *gc; PurpleAccount *account; struct yahoo_data *yd;