diff src/protocols/jabber/buddy.c @ 7642:9008b5be4275

[gaim-migrate @ 8285] let the xmlnode stuff handle embedded NULLs (i'll need this later) committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Wed, 26 Nov 2003 17:28:13 +0000
parents 6ea4a49b4b51
children 72727edb37ef
line wrap: on
line diff
--- a/src/protocols/jabber/buddy.c	Wed Nov 26 16:33:40 2003 +0000
+++ b/src/protocols/jabber/buddy.c	Wed Nov 26 17:28:13 2003 +0000
@@ -422,7 +422,7 @@
 		}
 	}
 
-	p = xmlnode_to_str(vc_node);
+	p = xmlnode_to_str(vc_node, NULL);
 	xmlnode_free(vc_node);
 
 	account = gaim_connection_get_account(gc);