/[public]/psiconv/trunk/program/psiconv/psiconv.c
ViewVC logotype

Diff of /psiconv/trunk/program/psiconv/psiconv.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 179 Revision 180
131 int c,i,res; 131 int c,i,res;
132 psiconv_buffer buf; 132 psiconv_buffer buf;
133 psiconv_file file; 133 psiconv_file file;
134 psiconv_fileformat ff; 134 psiconv_fileformat ff;
135 135
136 psiconv_config config = psiconv_config_read(NULL); 136 psiconv_config config = psiconv_config_default();
137 psiconv_config_read(NULL,&config);
137 138
138 fileformat_list = psiconv_list_new(sizeof(struct psiconv_fileformat_s)); 139 fileformat_list = psiconv_list_new(sizeof(struct psiconv_fileformat_s));
139 init_txt(); 140 init_txt();
140 init_html(); 141 init_html();
141 init_html4(); 142 init_html4();

Legend:
Removed from v.179  
changed lines
  Added in v.180

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26