libpurple/protocols/oscar/oscar.c

changeset 22266
59c7fc65bc16
parent 22264
f5a81fb240d0
child 22267
4d0fec285d48
--- a/libpurple/protocols/oscar/oscar.c	Thu Jan 17 07:36:55 2008 +0000
+++ b/libpurple/protocols/oscar/oscar.c	Thu Jan 17 07:39:25 2008 +0000
@@ -1789,6 +1789,10 @@
 		purple_prpl_got_user_status_deactive(account, info->sn, OSCAR_STATUS_ID_MOBILE);
 	}
 
+	/*
+	 * It's ok for us to use == instead of strcmp() here because
+	 * status_id is set to one of these #defines a few lines above here.
+	 */
 	if (status_id == OSCAR_STATUS_ID_AVAILABLE)
 	{
 		char *message = NULL;

mercurial