View | Details | Raw Unified | Return to bug 47125
Collapse All | Expand All

(-)gaim/files/patch-ad (+12 lines)
Line 0 Link Here
1
--- src/protocols/yahoo/yahoo.c.orig	Wed Jan 15 21:19:22 2003
2
+++ src/protocols/yahoo/yahoo.c	Wed Jan 15 21:19:46 2003
3
@@ -1196,6 +1196,9 @@
4
 	yahoo_packet_hash(pkt, 1, gc->displayname);
5
 	yahoo_packet_hash(pkt, 5, who);
6
 	yahoo_packet_hash(pkt, 14, utf8);
7
+	yahoo_packet_hash(pkt, 63, ";0");
8
+	yahoo_packet_hash(pkt, 64, "0");
9
+	yahoo_packet_hash(pkt, 97, "1");
10
 
11
 	g_free (utf8);
12
 

Return to bug 47125