diff libpurple/protocols/jabber/disco.c @ 27136:dd7e7071d46d

Whitespace + a change cluttering up the diff with im.pidgin.pidgin
author Paul Aurich <paul@darkrain42.org>
date Sat, 06 Jun 2009 06:33:18 +0000
parents f5369bdd0285
children d953b613a794
line wrap: on
line diff
--- a/libpurple/protocols/jabber/disco.c	Sat Jun 06 06:21:39 2009 +0000
+++ b/libpurple/protocols/jabber/disco.c	Sat Jun 06 06:33:18 2009 +0000
@@ -122,7 +122,7 @@
 		if(node)
 			xmlnode_set_attrib(query, "node", node);
 
-		if(!node || !strcmp(node, node_uri)) {
+		if(!node || g_str_equal(node, node_uri)) {
 			GList *features, *identities;
 			for(identities = jabber_identities; identities; identities = identities->next) {
 				JabberIdentity *ident = (JabberIdentity*)identities->data;