Update of /cvsroot/gaim/gaim/src/protocols/msn
In directory usw-pr-cvs1:/tmp/cvs-serv14579/protocols/msn
Modified Files:
msn.c
Log Message:
hi
Index: msn.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/msn/msn.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- msn.c 2001/10/25 09:19:25 1.31
+++ msn.c 2001/10/25 18:30:22 1.32
@@ -658,7 +658,7 @@
ap = g_new0(struct msn_add_permit, 1);
ap->user = g_strdup(user);
- ap->friend = g_strdup(friend);
+ ap->friend = g_strdup(url_decode(friend));
ap->gc = gc;
g_snprintf(msg, sizeof(msg), "The user %s (%s) wants to add you to their buddy list.",
|