Mercurial > pidgin
changeset 10783:48779a02fe99
[gaim-migrate @ 12412]
Sean was the only one to notice this?! Someone needs to bake him a
brownieieeeeeeee
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 05 Apr 2005 00:20:59 +0000 |
parents | 93fd90cbf45c |
children | c29edc9a5e40 |
files | src/protocols/oscar/oscar.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c Mon Apr 04 12:41:08 2005 +0000 +++ b/src/protocols/oscar/oscar.c Tue Apr 05 00:20:59 2005 +0000 @@ -3414,7 +3414,7 @@ gchar *tmp2 = g_markup_escape_text(tmp, -1); g_free(tmp); tmp = tmp2; - gaim_strreplace(tmp, "\r\n", "<br>"); + tmp2 = gaim_strreplace(tmp, "\r\n", "<br>"); g_free(tmp); tmp = tmp2; }