comparison src/protocols/oscar/info.c @ 4827:a4d3243499bb

[gaim-migrate @ 5152] faceprint is the Gaim code-reviewer and hacker guy extraordinairieiai. I mean, what am I, wind? In other news, Get Capabilities seems to be working again. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 18 Mar 2003 23:07:53 +0000
parents e6654fab588b
children fbfdacf7c611
comparison
equal deleted inserted replaced
4826:e6654fab588b 4827:a4d3243499bb
633 * about the buddy icon that the user has stored on 633 * about the buddy icon that the user has stored on
634 * the server. 634 * the server.
635 */ 635 */
636 int type, subtype, len; 636 int type, subtype, len;
637 char *iconstr; 637 char *iconstr;
638 /*
639 int i;
640 debug_printf("iconstr: 0x");
641 for (i=0; i<length; i++)
642 debug_printf("%02hhx ", bs->data[bs->offset+i]);
643 debug_printf("\n");
644 */
645 while (aim_bstream_curpos(bs) < endpos) { 638 while (aim_bstream_curpos(bs) < endpos) {
646 type = aimbs_get16(bs); 639 type = aimbs_get16(bs);
647 subtype = aimbs_get8(bs); 640 subtype = aimbs_get8(bs);
648 if ((type != 0x0001) || (subtype != 0x01)) { 641 if ((type != 0x0001) || (subtype != 0x01)) {
649 aim_bstream_advance(bs, aimbs_get8(bs)); 642 aim_bstream_advance(bs, aimbs_get8(bs));