Mercurial > pidgin
changeset 5768:9c367309b33c
[gaim-migrate @ 6193]
I think this is the right fix. I trust Chip will beat me with the clue bat
if it's not.
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Fri, 06 Jun 2003 04:28:59 +0000 |
parents | c97d9ca044a7 |
children | 0f9b5737e5fe |
files | src/protocols/msn/notification.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/msn/notification.c Thu Jun 05 23:12:28 2003 +0000 +++ b/src/protocols/msn/notification.c Fri Jun 06 04:28:59 2003 +0000 @@ -640,8 +640,8 @@ int user_num; int num_users; const char *type; - const char *passport; - const char *friend; + const char *passport = NULL; + const char *friend = NULL; type = params[1]; user_num = atoi(params[3]);