Changeset bc4b469


Ignore:
Timestamp:
2010-07-03T17:57:31Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
917a83e
Parents:
e1f3f94
Message:

Initialize the show variable in channel_update. This shouldn't have caused
any troubles, only unpredictable behaviour for users trying out unimplemented
functionality.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_im.c

    re1f3f94 rbc4b469  
    123123        struct irc_control_channel *icc;
    124124        GSList *l;
    125         gboolean show;
     125        gboolean show = FALSE;
    126126       
    127127        if( ic == NULL )
Note: See TracChangeset for help on using the changeset viewer.