comparison 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
comparison
equal deleted inserted replaced
7641:a80010831ff8 7642:9008b5be4275
420 xmlnode_insert_data(xp, text, -1); 420 xmlnode_insert_data(xp, text, -1);
421 } 421 }
422 } 422 }
423 } 423 }
424 424
425 p = xmlnode_to_str(vc_node); 425 p = xmlnode_to_str(vc_node, NULL);
426 xmlnode_free(vc_node); 426 xmlnode_free(vc_node);
427 427
428 account = gaim_connection_get_account(gc); 428 account = gaim_connection_get_account(gc);
429 429
430 if (account != NULL) { 430 if (account != NULL) {