From 3e1ef92cecad385c64c2398355d90225ac54440c Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Tue, 9 Mar 2010 13:13:50 +0000 Subject: Fixed a compiler warning for an ugliness that fortunately shouldn't have caused any issues except with broken protocol modules. --- protocols/nogaim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') diff --git a/protocols/nogaim.c b/protocols/nogaim.c index 3d2cff5c..603905ab 100644 --- a/protocols/nogaim.c +++ b/protocols/nogaim.c @@ -1072,7 +1072,7 @@ static char *imc_away_state_find( GList *gcm, char *away, char **message ); int imc_away_send_update( struct im_connection *ic ) { - char *away, *msg; + char *away, *msg = NULL; away = set_getstr( &ic->acc->set, "away" ) ? : set_getstr( &ic->irc->set, "away" ); -- cgit v1.2.3