Changeset 3e1ef92c for protocols


Ignore:
Timestamp:
2010-03-09T13:13:50Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
a0bd4c2
Parents:
7c9db24
Message:

Fixed a compiler warning for an ugliness that fortunately shouldn't have
caused any issues except with broken protocol modules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.c

    r7c9db24 r3e1ef92c  
    10731073int imc_away_send_update( struct im_connection *ic )
    10741074{
    1075         char *away, *msg;
     1075        char *away, *msg = NULL;
    10761076       
    10771077        away = set_getstr( &ic->acc->set, "away" ) ?
Note: See TracChangeset for help on using the changeset viewer.