# HG changeset patch # User Mark Huetsch # Date 1157939840 0 # Node ID 7e8dbf00f7a77dc4c03a499acf5fad1397b6f870 # Parent 1444d83ff10aed319495389fe095a27095191c3d [gaim-migrate @ 17238] This was just a peculiarity of a specific user. committer: Tailor Script diff -r 1444d83ff10a -r 7e8dbf00f7a7 libgaim/protocols/qq/group_info.c --- a/libgaim/protocols/qq/group_info.c Mon Sep 11 01:52:12 2006 +0000 +++ b/libgaim/protocols/qq/group_info.c Mon Sep 11 01:57:20 2006 +0000 @@ -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);