comparison src/protocols/oscar/info.c @ 4807:3f44efdfb4cf

[gaim-migrate @ 5127] Well that was fun committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 17 Mar 2003 04:27:19 +0000
parents 9810ce8e7a96
children 71ef8462630e
comparison
equal deleted inserted replaced
4806:315ef59a5031 4807:3f44efdfb4cf
622 * 622 *
623 * Buddy icon information. This contains the info 623 * Buddy icon information. This contains the info
624 * about the buddy icon that the user has stored on 624 * about the buddy icon that the user has stored on
625 * the server. 625 * the server.
626 */ 626 */
627 char *iconstr; 627 /* char *iconstr;
628 outinfo->iconstrlen = length-4; 628 outinfo->iconstrlen = length-4;
629 outinfo->iconstrlen -= aim_bstream_advance(bs, aimbs_get16(bs)); 629 outinfo->iconstrlen -= aim_bstream_advance(bs, aimbs_get16(bs));
630 outinfo->iconstrlen -= aim_bstream_advance(bs, aimbs_get16(bs)); 630 outinfo->iconstrlen -= aim_bstream_advance(bs, aimbs_get16(bs));
631 if (aim_bstream_empty(bs) >= outinfo->iconstrlen) { 631 if (aim_bstream_empty(bs) >= outinfo->iconstrlen) {
632 iconstr = aimbs_getraw(bs, outinfo->iconstrlen); 632 iconstr = aimbs_getraw(bs, outinfo->iconstrlen);
633 memcpy(outinfo->iconstr, iconstr, outinfo->iconstrlen); 633 memcpy(outinfo->iconstr, iconstr, outinfo->iconstrlen);
634 } else 634 } else
635 outinfo->iconstrlen = 0; 635 outinfo->iconstrlen = 0;
636 free(iconstr); 636 free(iconstr); */
637 outinfo->iconstrlen = 0;
637 638
638 } else if (type == 0x001e) { 639 } else if (type == 0x001e) {
639 /* 640 /*
640 * Type 30: Unknown. 641 * Type 30: Unknown.
641 * 642 *