Mercurial > pidgin
changeset 11641:925c1960af34
[gaim-migrate @ 13918]
Fixed this:
sametime.c: In function 'mw_prpl_set_status':
sametime.c:3484: warning: 'message' may be used uninitialized in this function
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Tue, 11 Oct 2005 16:20:29 +0000 |
parents | c36adfe4dc57 |
children | 58bc500cf226 |
files | src/protocols/sametime/sametime.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/sametime/sametime.c Tue Oct 11 04:40:28 2005 +0000 +++ b/src/protocols/sametime/sametime.c Tue Oct 11 16:20:29 2005 +0000 @@ -3481,7 +3481,7 @@ static void mw_prpl_set_status(GaimAccount *acct, GaimStatus *status) { GaimConnection *gc; const char *state; - char *message; + char *message = NULL; struct mwSession *session; struct mwUserStatus stat;