Mercurial > pidgin
changeset 6679:75233cd117fc
[gaim-migrate @ 7204]
compile cleanups
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Mon, 01 Sep 2003 22:39:31 +0000 |
parents | eb95f31fa4eb |
children | 632905e05f84 |
files | src/protocols/msn/switchboard.c src/protocols/zephyr/zephyr.c |
diffstat | 2 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/msn/switchboard.c Mon Sep 01 22:16:10 2003 +0000 +++ b/src/protocols/msn/switchboard.c Mon Sep 01 22:39:31 2003 +0000 @@ -94,7 +94,6 @@ size_t param_count) { GaimAccount *account = servconn->session->account; - GaimConnection *gc = account->gc; MsnSwitchBoard *swboard = servconn->data; const char *user = params[0];
--- a/src/protocols/zephyr/zephyr.c Mon Sep 01 22:16:10 2003 +0000 +++ b/src/protocols/zephyr/zephyr.c Mon Sep 01 22:39:31 2003 +0000 @@ -358,7 +358,7 @@ char *sendertmp; char *ptr = notice.z_message + strlen(notice.z_message) + 1; int len = notice.z_message_len - (ptr - notice.z_message); - GaimImFlags flags; + GaimImFlags flags = 0; if (len > 0) { buf = g_malloc(len + 1); g_snprintf(buf, len + 1, "%s", ptr);