Changeset 8a08d92


Ignore:
Timestamp:
2009-06-24T21:44:39Z (15 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
2ea8736
Parents:
b9369b5
Message:

Fixed crash on setting an unknown setting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • root_commands.c

    rb9369b5 r8a08d92  
    309309                int st;
    310310               
    311                 if( checkflags && checkflags( irc, s ) == 0 )
     311                if( s && checkflags && checkflags( irc, s ) == 0 )
    312312                        return 0;
    313313               
Note: See TracChangeset for help on using the changeset viewer.