src/frontend.c

changeset 57
eba880c1705c
parent 55
bf54085ce341
child 61
47a5fc33590a
child 66
1b12cf799fee
--- 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
             );

mercurial