Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/src/protocols/msn/utils.c Tue Apr 13 03:53:37 2004 +0000 +++ b/src/protocols/msn/utils.c Tue Apr 13 04:08:22 2004 +0000 @@ -98,8 +98,6 @@ "<FONT COLOR=\"#%02hhx%02hhx%02hhx\">", colors[0], colors[1], colors[2]); - gaim_debug_misc("msn", "Got: %s\n", tag); - pre = g_string_append(pre, tag); post = g_string_prepend(post, "</FONT>"); }
