/pidgin/main: 9368c6b1eccd: Replace receipt in Yahoo packet
Michael McConville <[email protected]>
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: 9368c6b1eccdbf47d2ba3cc16fcf26f25115e524 Author: Michael McConville <[email protected]> Date: 2015-07-26 20:20 -0400 Branch: default URL: https://hg.pidgin.im/pidgin/main/rev/9368c6b1eccd Description: Replace receipt in Yahoo packet diffstat: libpurple/protocols/yahoo/ymsg.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff --git a/libpurple/protocols/yahoo/ymsg.c b/libpurple/protocols/yahoo/ymsg.c --- a/libpurple/protocols/yahoo/ymsg.c +++ b/libpurple/protocols/yahoo/ymsg.c @@ -4379,7 +4379,7 @@ int yahoo_send_im(PurpleConnection *gc, } pkt = yahoo_packet_new(YAHOO_SERVICE_MESSAGE, YAHOO_STATUS_OFFLINE, yd->session_id); - yahoo_packet_hash(pkt, "ss", 1, purple_connection_get_display_name(gc), 5); + yahoo_packet_hash(pkt, "ss", 1, purple_connection_get_display_name(gc), 5, rcpt); yahoo_packet_hash_str(pkt, 97, "1"); /* UTF-8 */ yahoo_packet_hash_str(pkt, 14, msg2); _______________________________________________ Commits mailing list [email protected] https://pidgin.im/cgi-bin/mailman/listinfo/commits