Mercurial > pidgin.yaz
changeset 3031:eafd12638829
[gaim-migrate @ 3044]
whoops.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Mon, 11 Mar 2002 23:02:54 +0000 |
parents | e40c30cf7572 |
children | d3536105d581 |
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 Mar 11 06:14:46 2002 +0000 +++ b/src/protocols/oscar/oscar.c Mon Mar 11 23:02:54 2002 +0000 @@ -3459,7 +3459,7 @@ static void oscar_format_screenname(struct gaim_connection *gc, char *nick) { struct oscar_data *od = gc->proto_data; - if (!strcmp(normalize(nick), gc->username)) { + if (!strcmp(normalize(nick), normalize(gc->username))) { if (!aim_getconn_type(od->sess, AIM_CONN_TYPE_AUTH)) { od->setnick = TRUE; od->newsn = g_strdup(nick);