libpurple/protocols/irc/parse.c

changeset 31974
28ac37064cd4
parent 31651
24e136c4c399
child 32037
619f32df41f1
equal deleted inserted replaced
31973:15b977ffc25d 31974:28ac37064cd4
457 decoded = g_string_append(decoded, "</I>"); 457 decoded = g_string_append(decoded, "</I>");
458 if (underline) 458 if (underline)
459 decoded = g_string_append(decoded, "</U>"); 459 decoded = g_string_append(decoded, "</U>");
460 if (font) 460 if (font)
461 decoded = g_string_append(decoded, "</FONT>"); 461 decoded = g_string_append(decoded, "</FONT>");
462 bold = italic = underline = font = FALSE;
462 break; 463 break;
463 default: 464 default:
464 purple_debug(PURPLE_DEBUG_ERROR, "irc", "Unexpected mIRC formatting character %d\n", *cur); 465 purple_debug(PURPLE_DEBUG_ERROR, "irc", "Unexpected mIRC formatting character %d\n", *cur);
465 } 466 }
466 } while (*cur); 467 } while (*cur);

mercurial