Changeset daae10f for protocols/nogaim.c


Ignore:
Timestamp:
2010-08-07T16:33:02Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
7b87539
Parents:
289bd2d
Message:

OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen <dam@…>
with some changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.c

    r289bd2d rdaae10f  
    468468       
    469469        s = g_strdup_printf( "The user %s%s wants to add you to his/her buddy list.",
    470                              handle, realname_ ?: "" );
     470                             handle, realname_ ? realname_ : "" );
    471471       
    472472        g_free( realname_ );
     
    491491        cbd->ic->acc->prpl->add_buddy( cbd->ic, cbd->handle, NULL );
    492492       
    493         return imcb_ask_add_cb_no( data );
     493        imcb_ask_add_cb_no( data );
    494494}
    495495
Note: See TracChangeset for help on using the changeset viewer.