comparison src/protocols/oscar/ssi.c @ 4317:7c9f3d0fe8b2

[gaim-migrate @ 4571] Eh, nothing really. Very minor clean up stuff. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 16 Jan 2003 00:49:15 +0000
parents b3a14484fc2f
children cc2f780c0505
comparison
equal deleted inserted replaced
4316:c5851f0e120e 4317:7c9f3d0fe8b2
1153 } 1153 }
1154 1154
1155 /* Read in the timestamp */ 1155 /* Read in the timestamp */
1156 sess->ssi.timestamp = aimbs_get32(bs); 1156 sess->ssi.timestamp = aimbs_get32(bs);
1157 1157
1158 if (snac->flags ^ 0x0001) { 1158 if (!(snac->flags & 0x0001)) {
1159 /* Make a copy of the list */ 1159 /* Make a copy of the list */
1160 struct aim_ssi_item *cur; 1160 struct aim_ssi_item *cur;
1161 for (cur=sess->ssi.official; cur; cur=cur->next) 1161 for (cur=sess->ssi.official; cur; cur=cur->next)
1162 aim_ssi_itemlist_add(&sess->ssi.local, cur->name, cur->gid, cur->bid, cur->type, cur->data); 1162 aim_ssi_itemlist_add(&sess->ssi.local, cur->name, cur->gid, cur->bid, cur->type, cur->data);
1163 1163