Update of /cvsroot/gaim/gaim/src/protocols/msn
In directory usw-pr-cvs1:/tmp/cvs-serv13380/src/protocols/msn
Modified Files:
msn.c
Log Message:
Actually, this is probably better.
Index: msn.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/msn/msn.c,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- msn.c 26 Aug 2002 04:40:04 -0000 1.90
+++ msn.c 26 Aug 2002 04:40:55 -0000 1.91
@@ -2112,7 +2112,7 @@
char buf[MSN_BUF_LEN];
char *alias;
- if (!entry)
+ if (!entry || *entry == NULL)
entry = gc->username;
alias = str_to_utf8(url_encode(entry));
|