comparison libgaim/protocols/qq/group_search.c @ 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 60b1bc8dbf37
children 8ff8f1c897b5
comparison
equal deleted inserted replaced
14242:85f3808ca472 14243:0fed2f42ab3e
71 g_return_if_fail(gc != NULL && gc->proto_data != NULL); 71 g_return_if_fail(gc != NULL && gc->proto_data != NULL);
72 g_return_if_fail(data != NULL && len > 0); 72 g_return_if_fail(data != NULL && len > 0);
73 qd = (qq_data *) gc->proto_data; 73 qd = (qq_data *) gc->proto_data;
74 74
75 i = 0; 75 i = 0;
76 bytes += read_packet_b(data, cursor, len, &search_type); 76 read_packet_b(data, cursor, len, &search_type);
77 group = g_newa(qq_group, 1); 77 group = g_newa(qq_group, 1);
78 78
79 /* now it starts with group_info_entry */ 79 /* now it starts with group_info_entry */
80 while (*cursor < (data + len)) { /* still have data to read */ 80 while (*cursor < (data + len)) { /* still have data to read */
81 /* begin of one qq_group */ 81 /* begin of one qq_group */