src/frontend.c

changeset 57
eba880c1705c
parent 55
bf54085ce341
child 61
47a5fc33590a
child 66
1b12cf799fee
     1.1 --- a/src/frontend.c	Wed Aug 31 14:47:01 2016 +0200
     1.2 +++ b/src/frontend.c	Wed Aug 31 16:20:58 2016 +0200
     1.3 @@ -158,7 +158,7 @@
     1.4          /* Process input file */
     1.5          FILE *inputfile = fopen(settings.infilename, "r");
     1.6          if (inputfile) {
     1.7 -            c2html_fformat_file(
     1.8 +            c2html_fformatf(
     1.9                      inputfile, filebuf, FILEBUF_SIZE,
    1.10                      fout, hltr, settings.showlinenumbers
    1.11              );

mercurial