comparison src/protocols/msn/utils.c @ 8646:1e211dde3cae

[gaim-migrate @ 9398] Added a patch by shx to clean up the message-handling code and split the command stuff from it, among a few other things. Also, I fixed a crash in message parsing, which I think may close a couple bug reports. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 13 Apr 2004 04:08:22 +0000
parents 1d5e31e518fc
children 69e30736b9ef
comparison
equal deleted inserted replaced
8645:47f647dd2ac3 8646:1e211dde3cae
95 } 95 }
96 96
97 g_snprintf(tag, sizeof(tag), 97 g_snprintf(tag, sizeof(tag),
98 "<FONT COLOR=\"#%02hhx%02hhx%02hhx\">", 98 "<FONT COLOR=\"#%02hhx%02hhx%02hhx\">",
99 colors[0], colors[1], colors[2]); 99 colors[0], colors[1], colors[2]);
100
101 gaim_debug_misc("msn", "Got: %s\n", tag);
102 100
103 pre = g_string_append(pre, tag); 101 pre = g_string_append(pre, tag);
104 post = g_string_prepend(post, "</FONT>"); 102 post = g_string_prepend(post, "</FONT>");
105 } 103 }
106 } 104 }