diff -r 81d99e9ceb20 -r eba880c1705c src/frontend.c --- a/src/frontend.c Wed Aug 31 14:47:01 2016 +0200 +++ b/src/frontend.c Wed Aug 31 16:20:58 2016 +0200 @@ -158,7 +158,7 @@ /* Process input file */ FILE *inputfile = fopen(settings.infilename, "r"); if (inputfile) { - c2html_fformat_file( + c2html_fformatf( inputfile, filebuf, FILEBUF_SIZE, fout, hltr, settings.showlinenumbers );