src/protocols/jabber/message.c

changeset 7642
4e1735a499f5
parent 7630
23e09fd7cbeb
child 7773
5d92f7e60cc4
--- a/src/protocols/jabber/message.c	Wed Nov 26 16:33:40 2003 +0000
+++ b/src/protocols/jabber/message.c	Wed Nov 26 17:28:13 2003 +0000
@@ -278,7 +278,7 @@
 				jm->body = xmlnode_get_data(child);
 		} else if(!strcmp(child->name, "html")) {
 			if(!jm->xhtml)
-				jm->xhtml = xmlnode_to_str(child);
+				jm->xhtml = xmlnode_to_str(child, NULL);
 		} else if(!strcmp(child->name, "error")) {
 			const char *code = xmlnode_get_attrib(child, "code");
 			char *code_txt = NULL;

mercurial