diff src/protocols/msn/msn.c @ 2588:a3117e29317d

[gaim-migrate @ 2601] this should probably be in server.c.... oh well. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 23 Oct 2001 10:40:42 +0000
parents 5efa8077107f
children b771cbe7e161
line wrap: on
line diff
--- a/src/protocols/msn/msn.c	Tue Oct 23 08:47:11 2001 +0000
+++ b/src/protocols/msn/msn.c	Tue Oct 23 10:40:42 2001 +0000
@@ -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;