Changeset 94

Show
Ignore:
Timestamp:
07/03/05 04:55:22 (4 years ago)
Author:
jtv
Message:

Made main_check_config() worse code, but output more sensible to humans

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/main.c

    r89 r94  
    8686bool main_check_config(void) 
    8787{ 
    88   CHECK_CONFIG_ERR(quiet && verbose); 
     88  CHECK_CONFIG_ERR(quiet & verbose); 
    8989  return true; 
    9090}