Mon, 26 Aug 2002 04:40:55 +0000
[gaim-migrate @ 3488] Actually, this is probably better.
--- a/src/protocols/msn/msn.c Mon Aug 26 04:40:04 2002 +0000 +++ b/src/protocols/msn/msn.c Mon Aug 26 04:40:55 2002 +0000 @@ -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));