Mercurial > pidgin
changeset 12628:26647ddcc9c5
[gaim-migrate @ 14964]
Mark sayeth:
"It seems like it would be better if it changed it to
Check out this great program (http://gaim.sf.net/) I just found!"
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Thu, 22 Dec 2005 19:36:18 +0000 |
parents | 2078f65a8e98 |
children | fee6a32644a4 |
files | src/util.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/util.c Thu Dec 22 18:28:08 2005 +0000 +++ b/src/util.c Thu Dec 22 19:36:18 2005 +0000 @@ -1361,10 +1361,10 @@ strncmp(str2 + href_st, href, hrlen)) { str2[j++] = ' '; - str2[j++] = '<'; + str2[j++] = '('; g_memmove(str2 + j, href, hrlen); j += hrlen; - str2[j++] = '>'; + str2[j++] = ')'; g_free(href); href = NULL; }