Changeset eabc9d2 for irc_im.c


Ignore:
Timestamp:
2010-04-11T22:49:32Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
6c56f42
Parents:
d986463
Message:

Fixed cleanup issues when turning off an account. Also fixed syntax of
*_user_free().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_im.c

    rd986463 reabc9d2  
    7474static gboolean bee_irc_user_free( bee_t *bee, bee_user_t *bu )
    7575{
    76         return irc_user_free( bee->ui_data, bu->ui_data );
     76        return irc_user_free( bee->ui_data, (irc_user_t *) bu->ui_data );
    7777}
    7878
Note: See TracChangeset for help on using the changeset viewer.