From: <mar...@us...> - 2006-08-21 00:23:20
|
Revision: 16925 Author: markhuetsch Date: 2006-08-20 17:23:12 -0700 (Sun, 20 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16925&view=rev Log Message: ----------- One more warning removed. Modified Paths: -------------- trunk/libgaim/protocols/qq/group_search.c Modified: trunk/libgaim/protocols/qq/group_search.c =================================================================== --- trunk/libgaim/protocols/qq/group_search.c 2006-08-20 23:16:44 UTC (rev 16924) +++ trunk/libgaim/protocols/qq/group_search.c 2006-08-21 00:23:12 UTC (rev 16925) @@ -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 */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |