Mercurial > pidgin
comparison src/protocols/msn/utils.c @ 10093:9d839c9f6c2d
[gaim-migrate @ 11111]
Some more great MSN bugfixes from the patch tracker:
Patch: 1045196:
Fixed sending messages to MSN Web Messenger users (Damien Ayers)
Patches 1045834 & 1044931:
Fixed some memory leaks in the MSN plugin (Evan Schoenberg)
Patch 1046398:
Fixed a potential crash viewing MSN user profiles (Evan Schoenberg)
(this also fixed a double-"Has You" bug that was only present in HEAD)
Thanks guys!
committer: Tailor Script <tailor@pidgin.im>
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Wed, 13 Oct 2004 17:54:11 +0000 |
parents | e6a3aa978a44 |
children | 3016b1b32339 |
comparison
equal
deleted
inserted
replaced
10092:1843023b8189 | 10093:9d839c9f6c2d |
---|---|
179 | 179 |
180 len = strlen(html); | 180 len = strlen(html); |
181 msg = g_malloc0(len + 1); | 181 msg = g_malloc0(len + 1); |
182 | 182 |
183 memset(fontcolor, 0, sizeof(fontcolor)); | 183 memset(fontcolor, 0, sizeof(fontcolor)); |
184 strcat(fontcolor, "0"); | |
184 memset(fonteffect, 0, sizeof(fonteffect)); | 185 memset(fonteffect, 0, sizeof(fonteffect)); |
185 | 186 |
186 for (c = html; *c != '\0';) | 187 for (c = html; *c != '\0';) |
187 { | 188 { |
188 if (*c == '<') | 189 if (*c == '<') |