156 } |
156 } |
157 |
157 |
158 /* Process input file */ |
158 /* Process input file */ |
159 FILE *inputfile = fopen(settings.infilename, "r"); |
159 FILE *inputfile = fopen(settings.infilename, "r"); |
160 if (inputfile) { |
160 if (inputfile) { |
161 c2html_fformat_file( |
161 c2html_fformatf( |
162 inputfile, filebuf, FILEBUF_SIZE, |
162 inputfile, filebuf, FILEBUF_SIZE, |
163 fout, hltr, settings.showlinenumbers |
163 fout, hltr, settings.showlinenumbers |
164 ); |
164 ); |
165 fclose(inputfile); |
165 fclose(inputfile); |
166 } else { |
166 } else { |