diff 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
line wrap: on
line diff
--- a/src/protocols/oscar/ssi.c	Wed Jan 15 00:18:16 2003 +0000
+++ b/src/protocols/oscar/ssi.c	Thu Jan 16 00:49:15 2003 +0000
@@ -1155,7 +1155,7 @@
 	/* Read in the timestamp */
 	sess->ssi.timestamp = aimbs_get32(bs);
 
-	if (snac->flags ^ 0x0001) {
+	if (!(snac->flags & 0x0001)) {
 		/* Make a copy of the list */
 		struct aim_ssi_item *cur;
 		for (cur=sess->ssi.official; cur; cur=cur->next)