diff libpurple/protocols/yahoo/libymsg.c @ 28436:0400ef272c46

Fixes #10073. Doesn't need too much coding to fix this. :P
author Sulabh Mahajan <sulabh@soc.pidgin.im>
date Mon, 24 Aug 2009 20:31:02 +0000
parents ea6e571ebe4d
children e61b10db0044
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/libymsg.c	Sun Aug 23 10:07:21 2009 +0000
+++ b/libpurple/protocols/yahoo/libymsg.c	Mon Aug 24 20:31:02 2009 +0000
@@ -4425,7 +4425,7 @@
 		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);
 	}