libpurple/protocols/myspace/markup.c

changeset 20402
a3a7cbfe1c1c
parent 20377
bef16ba1303d
child 20404
d5e4f520e5e7
child 20671
d063e09fb180
equal deleted inserted replaced
20401:8aaa593a6269 20402:a3a7cbfe1c1c
513 *begin = g_strdup(""); 513 *begin = g_strdup("");
514 *end = g_strdup(""); 514 *end = g_strdup("");
515 #endif 515 #endif
516 516
517 err = g_strdup_printf("html_tag_to_msim_markup: unrecognized " 517 err = g_strdup_printf("html_tag_to_msim_markup: unrecognized "
518 "HTML tag %s was sent by the IM client; ignoring"); 518 "HTML tag %s was sent by the IM client; ignoring",
519 root->name ? root->name : "(NULL)");
519 msim_unrecognized(NULL, NULL, err); 520 msim_unrecognized(NULL, NULL, err);
520 g_free(err); 521 g_free(err);
521 } 522 }
522 } 523 }
523 524

mercurial