libpurple/protocols/oscar/userinfo.c

changeset 38358
30ba44276e74
parent 36003
7939026380e1
parent 38258
9a6551eba09c
child 39918
1c8e11f9274f
--- a/libpurple/protocols/oscar/userinfo.c	Mon Jun 12 01:00:04 2017 +0000
+++ b/libpurple/protocols/oscar/userinfo.c	Mon Jun 12 17:48:37 2017 -0300
@@ -250,7 +250,7 @@
 				/* Append the status name for online ICQ statuses, away AIM statuses, and for all buddies with no message.
 				 * If the status name and the message are the same, only show one. */
 				const char *status_name = purple_status_get_name(status);
-				if (status_name && message && !strcmp(status_name, message))
+				if (status_name && message && purple_strequal(status_name, message))
 					status_name = NULL;
 
 				tmp = g_strdup_printf("%s%s%s",

mercurial