# HG changeset patch # User Sean Egan # Date 1015887774 0 # Node ID eafd126388297843e9e1725983367491652e1855 # Parent e40c30cf757234015cfac71a9e50e980d5b4df7f [gaim-migrate @ 3044] whoops. committer: Tailor Script diff -r e40c30cf7572 -r eafd12638829 src/protocols/oscar/oscar.c --- 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);