--- 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;