Mercurial > pidgin
comparison libpurple/protocols/myspace/markup.c @ 24794:41f5dff0059f
Remove a stray > when a font face is specified
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 17 Dec 2008 04:12:04 +0000 |
parents | 9a5a201e69a3 |
children | e12788365764 |
comparison
equal
deleted
inserted
replaced
24793:9a5a201e69a3 | 24794:41f5dff0059f |
---|---|
508 | 508 |
509 tmpbegin = g_string_new("<f"); | 509 tmpbegin = g_string_new("<f"); |
510 tmpend = g_string_new("</f>"); | 510 tmpend = g_string_new("</f>"); |
511 | 511 |
512 if (face != NULL) | 512 if (face != NULL) |
513 g_string_append_printf(tmpbegin, "f='%s'>", face); | 513 g_string_append_printf(tmpbegin, "f='%s'", face); |
514 | 514 |
515 if (size != NULL) | 515 if (size != NULL) |
516 g_string_append_printf(tmpbegin, "h='%d'", | 516 g_string_append_printf(tmpbegin, "h='%d'", |
517 msim_point_to_height(session, | 517 msim_point_to_height(session, |
518 msim_purple_size_to_point(session, atoi(size)))); | 518 msim_purple_size_to_point(session, atoi(size)))); |