Changeset d3307e2 for irc.c


Ignore:
Timestamp:
2005-12-13T23:07:05Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
6aaa221
Parents:
34759e6 (diff), b73ac9c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge my storage fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.c

    r34759e6 rd3307e2  
    161161       
    162162        if( irc->status >= USTATUS_IDENTIFIED && set_getint( irc, "save_on_quit" ) )
    163                 if( !global.storage->save( irc, TRUE ) )
     163                if( storage_save( irc, TRUE ) != STORAGE_OK )
    164164                        irc_usermsg( irc, "Error while saving settings!" );
    165165       
Note: See TracChangeset for help on using the changeset viewer.