From: Eric W. <war...@us...> - 2001-10-23 10:40:45
|
Update of /cvsroot/gaim/gaim/src/protocols/msn In directory usw-pr-cvs1:/tmp/cvs-serv28480/protocols/msn Modified Files: msn.c Log Message: this should probably be in server.c.... oh well. Index: msn.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/msn/msn.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- msn.c 2001/10/23 04:54:45 1.25 +++ msn.c 2001/10/23 10:40:42 1.26 @@ -1390,9 +1390,10 @@ return m; } -static void msn_add_buddy(struct gaim_connection *gc, char *who) +static void msn_add_buddy(struct gaim_connection *gc, char *name) { struct msn_data *md = gc->proto_data; + char *who = msn_normalize(name); char buf[MSN_BUF_LEN]; GSList *l = md->fl; |