changeset 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 cfb8c88d290e
children 4e149a0b9665
files src/protocols/msn/msn.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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;