libpurple/protocols/myspace/markup.c

changeset 20671
d063e09fb180
parent 20425
ddb96d3b9aab
parent 20402
a3a7cbfe1c1c
child 20720
f1ee0fdfcc0a
--- a/libpurple/protocols/myspace/markup.c	Sun Sep 23 20:19:13 2007 +0000
+++ b/libpurple/protocols/myspace/markup.c	Sun Sep 23 22:08:46 2007 +0000
@@ -515,7 +515,8 @@
 #endif
 
 		err = g_strdup_printf("html_tag_to_msim_markup: unrecognized "
-			"HTML tag %s was sent by the IM client; ignoring", root->name);
+			"HTML tag %s was sent by the IM client; ignoring", 
+			root->name ? root->name : "(NULL)");
 		msim_unrecognized(NULL, NULL, err);
 		g_free(err);
 	}

mercurial