changeset 14243:0fed2f42ab3e

[gaim-migrate @ 16925] One more warning removed. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Mon, 21 Aug 2006 00:23:12 +0000
parents 85f3808ca472
children 935f8b258d1b
files libgaim/protocols/qq/group_search.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgaim/protocols/qq/group_search.c	Sun Aug 20 23:16:44 2006 +0000
+++ b/libgaim/protocols/qq/group_search.c	Mon Aug 21 00:23:12 2006 +0000
@@ -73,7 +73,7 @@
 	qd = (qq_data *) gc->proto_data;
 
 	i = 0;
-	bytes += read_packet_b(data, cursor, len, &search_type);
+	read_packet_b(data, cursor, len, &search_type);
 	group = g_newa(qq_group, 1);
 
 	/* now it starts with group_info_entry */