pidgin: 930d76b5: Fixes #10073.

sulabh at soc.pidgin.im sulabh at soc.pidgin.im
Mon Aug 24 16:36:10 EDT 2009


-----------------------------------------------------------------
Revision: 930d76b5c3f7e4eacec86cd7b8153fc8299a5bb3
Ancestor: 14cd2c46309b8cfa9e732fa8df5ed2f096684c27
Author: sulabh at soc.pidgin.im
Date: 2009-08-24T20:31:02
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/930d76b5c3f7e4eacec86cd7b8153fc8299a5bb3

Modified files:
        libpurple/protocols/yahoo/libymsg.c

ChangeLog: 

Fixes #10073.
Doesn't need too much coding to fix this. :P

-------------- next part --------------
============================================================
--- libpurple/protocols/yahoo/libymsg.c	e5b07fdf6141235f4492d18407a05424ce605011
+++ libpurple/protocols/yahoo/libymsg.c	89c8001e85bc52254c4fc5b28de2460526215024
@@ -4425,7 +4425,7 @@ unsigned int yahoo_send_typing(PurpleCon
 		else
 			yahoo_packet_hash(pkt, "ssssss", 49, "TYPING", 1, purple_connection_get_display_name(gc),
 	                  14, " ", 13, state == PURPLE_TYPING ? "1" : "0",
-	                  5, who+4, 1002, "1");
+	                  5, who, 1002, "1");
 		yahoo_packet_send_and_free(pkt, yd);
 	}
 


More information about the Commits mailing list