diff libpurple/protocols/yahoo/yahoo.c @ 19348:f0c4b4fdbd16

Add some additional yahoo keys to the stealth packets to make them work again. Fixes #2654.
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 21 Aug 2007 04:58:58 +0000
parents b3a5e7c45b5c
children b3901a15147a
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoo.c	Tue Aug 21 04:37:13 2007 +0000
+++ b/libpurple/protocols/yahoo/yahoo.c	Tue Aug 21 04:58:58 2007 +0000
@@ -3723,10 +3723,10 @@
 	struct yahoo_data *yd = (struct yahoo_data *)gc->proto_data;
 	struct yahoo_packet *pkt;
 	PurpleGroup *g;
-	char *group = NULL;
-	char *group2 = NULL;
+	const char *group = NULL;
+	char *group2;
 	YahooFriend *f;
-	
+
 	if (!yd->logged_in)
 		return;