--- psiconv/trunk/program/psiconv/psiconv.c 2004/02/23 13:08:32 219 +++ psiconv/trunk/program/psiconv/psiconv.c 2005/11/15 15:52:34 270 @@ -1,6 +1,6 @@ /* psiconv.c - Part of psiconv, a PSION 5 file formats converter - Copyright (c) 1999-2004 Frodo Looijaard + Copyright (c) 1999-2005 Frodo Looijaard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -144,6 +144,7 @@ encoding encoding_type=ENCODING_UTF8; psiconv_list outputlist; int verbosity = 0; + psiconv_config config; int c,i,res; psiconv_buffer buf; @@ -222,7 +223,7 @@ exit(1); } - psiconv_config config = psiconv_config_default(); + config = psiconv_config_default(); psiconv_config_read(extra_configfile,&config); if (verbosity) config->verbosity = verbosity;