--- psiconv/trunk/program/psiconv/psiconv.c 2000/12/13 00:42:04 61 +++ psiconv/trunk/program/psiconv/psiconv.c 2000/12/15 01:16:43 65 @@ -45,8 +45,6 @@ static void print_version(void); static void strtoupper(char *str); -int psiconv_verbosity = PSICONV_VERB_WARN; - void print_help(void) { psiconv_fileformat ff; @@ -115,6 +113,8 @@ psiconv_file file; psiconv_fileformat ff; + psiconv_verbosity = PSICONV_VERB_WARN; + fileformat_list = psiconv_list_new(sizeof(struct psiconv_fileformat_s)); init_txt(); init_html(); @@ -151,6 +151,7 @@ } else if (optind == argc-1) inputfilename = strdup(argv[optind]); + /* Open inputfile for reading */ if (strlen(inputfilename) != 0) {