comparison libpurple/protocols/qq/group_im.c @ 18141:833f7cbe4f12

A patch from o_sukhodolsky to fix a compiler warning in the QQ code. I've modified this patch so it actually compiles, then used the new function to fix the other warning in the same file. Fixes #1566 References #1344
author Richard Laager <rlaager@wiktel.com>
date Sun, 17 Jun 2007 01:11:45 +0000
parents 08db93bbd798
children b8572b937c09
comparison
equal deleted inserted replaced
18136:00cec200ec58 18141:833f7cbe4f12
339 } 339 }
340 340
341 read_packet_dw(data, cursor, data_len, &(im_group->member_uid)); 341 read_packet_dw(data, cursor, data_len, &(im_group->member_uid));
342 read_packet_w(data, cursor, data_len, &unknown); /* 0x0001? */ 342 read_packet_w(data, cursor, data_len, &unknown); /* 0x0001? */
343 read_packet_w(data, cursor, data_len, &(im_group->msg_seq)); 343 read_packet_w(data, cursor, data_len, &(im_group->msg_seq));
344 read_packet_dw(data, cursor, data_len, (guint32 *) & (im_group->send_time)); 344 read_packet_time(data, cursor, data_len, &im_group->send_time);
345 read_packet_dw(data, cursor, data_len, &unknown4); /* versionID */ 345 read_packet_dw(data, cursor, data_len, &unknown4); /* versionID */
346 /* 346 /*
347 * length includes font_attr 347 * length includes font_attr
348 * this msg_len includes msg and font_attr 348 * this msg_len includes msg and font_attr
349 **** the format is **** 349 **** the format is ****