--- psiconv/trunk/lib/psiconv/configuration.c 2003/11/25 17:59:01 169 +++ psiconv/trunk/lib/psiconv/configuration.c 2003/11/25 22:08:48 170 @@ -34,7 +34,7 @@ #define CONFIGURATION_SEARCH_PATH "/etc/psiconv.conf:~/.psiconv.conf" #endif struct psiconv_config_s default_config = - { PSICONV_VERB_WARN, 2, psiconv_bool_true }; + { PSICONV_VERB_WARN, 2, psiconv_bool_false }; psiconv_config psiconv_config_read(const char *extra_config_file) {