--- psiconv/trunk/program/psiconv/psiconv.c 2003/12/13 18:23:16 179 +++ psiconv/trunk/program/psiconv/psiconv.c 2003/12/13 23:26:37 180 @@ -133,7 +133,8 @@ psiconv_file file; psiconv_fileformat ff; - psiconv_config config = psiconv_config_read(NULL); + psiconv_config config = psiconv_config_default(); + psiconv_config_read(NULL,&config); fileformat_list = psiconv_list_new(sizeof(struct psiconv_fileformat_s)); init_txt();