libpurple/protocols/jabber/parser.c

branch
string-comparison-r2
changeset 38256
035f00c4fd87
parent 31294
73607ab89c6f
child 38260
dcada91c0912
--- a/libpurple/protocols/jabber/parser.c	Thu Mar 09 21:04:44 2017 -0600
+++ b/libpurple/protocols/jabber/parser.c	Thu Mar 23 19:19:01 2017 +0300
@@ -192,7 +192,7 @@
 	JabberStream *js = user_data;
 
 	if (error->level == XML_ERR_WARNING && error->message != NULL
-			&& g_str_equal(error->message, "xmlns: URI vcard-temp is not absolute\n"))
+			&& purple_strequal(error->message, "xmlns: URI vcard-temp is not absolute\n"))
 		/*
 		 * This message happens when parsing vcards, and is normal, so don't
 		 * bother logging it because people scare easily.

mercurial