Changeset a1f17d4 for irc.c


Ignore:
Timestamp:
2005-12-08T14:14:28Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
7989fcf3
Parents:
1ee6c18
Message:

Simplify storage API a bit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.c

    r1ee6c18 ra1f17d4  
    154154       
    155155        if( irc->status >= USTATUS_IDENTIFIED && set_getint( irc, "save_on_quit" ) )
    156                 if( !global.storage->save( irc ) )
     156                if( !global.storage->save( irc, TRUE ) )
    157157                        irc_usermsg( irc, "Error while saving settings!" );
    158158       
Note: See TracChangeset for help on using the changeset viewer.