Revision: 17238
http://svn.sourceforge.net/gaim/?rev=17238&view=rev
Author: markhuetsch
Date: 2006-09-10 18:57:20 -0700 (Sun, 10 Sep 2006)
Log Message:
-----------
This was just a peculiarity of a specific user.
Modified Paths:
--------------
trunk/libgaim/protocols/qq/group_info.c
Modified: trunk/libgaim/protocols/qq/group_info.c
===================================================================
--- trunk/libgaim/protocols/qq/group_info.c 2006-09-11 01:52:12 UTC (rev 17237)
+++ trunk/libgaim/protocols/qq/group_info.c 2006-09-11 01:57:20 UTC (rev 17238)
@@ -305,9 +305,6 @@
g_return_if_fail(group != NULL);
i = 0;
- /* TODO: Something is off. I get an entry with strange values
- * (including a nick of "") buried in here. I need to find more
- * groups to join before I can figure this out */
/* now starts the member info, as get buddy list reply */
while (*cursor < data + len) {
read_packet_dw(data, cursor, len, &member_uid);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|