From bc4b4694d8ec852ac2e192b794bfcb7b62fbc3fc Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 3 Jul 2010 18:57:31 +0100 Subject: Initialize the show variable in channel_update. This shouldn't have caused any troubles, only unpredictable behaviour for users trying out unimplemented functionality. --- irc_im.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'irc_im.c') diff --git a/irc_im.c b/irc_im.c index f9c1b865..dcba6f8f 100644 --- a/irc_im.c +++ b/irc_im.c @@ -122,7 +122,7 @@ void bee_irc_channel_update( irc_t *irc, irc_channel_t *ic, irc_user_t *iu ) { struct irc_control_channel *icc; GSList *l; - gboolean show; + gboolean show = FALSE; if( ic == NULL ) { -- cgit v1.2.3