--- psiconv/trunk/lib/psiconv/configuration.c 2003/11/27 20:55:01 175 +++ psiconv/trunk/lib/psiconv/configuration.c 2003/12/02 19:47:47 176 @@ -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_false,NULL }; + { PSICONV_VERB_WARN, 2, 0,0,0,psiconv_bool_false,NULL }; psiconv_config psiconv_config_read(const char *extra_config_file) {