# HG changeset patch # User Rob Flynn # Date 976820130 0 # Node ID 3e19d163fc457f96531f30a82140c306fe8dca33 # Parent de3339e2a0c40347d741e4b7c5761641b394ad77 [gaim-migrate @ 1286] lala committer: Tailor Script diff -r de3339e2a0c4 -r 3e19d163fc45 plugins/msn/msn.c --- a/plugins/msn/msn.c Thu Dec 14 18:54:40 2000 +0000 +++ b/plugins/msn/msn.c Thu Dec 14 18:55:30 2000 +0000 @@ -368,7 +368,9 @@ int status; if (strcasecmp("hotmail", resps[1]) == 0) { - /* We want to ignore these */ + /* We want to ignore these. We can parse them + * eventually if we ever plan on doing anything + * with them */ g_strfreev(resps); return; }