src/frontend.c

changeset 61
47a5fc33590a
parent 57
eba880c1705c
child 67
5da2cb5aea6b
     1.1 --- a/src/frontend.c	Thu Nov 10 18:44:48 2016 +0100
     1.2 +++ b/src/frontend.c	Mon Nov 13 13:52:00 2017 +0100
     1.3 @@ -33,7 +33,7 @@
     1.4  #include <string.h>
     1.5  
     1.6  #include "c2html.h"
     1.7 -#include "ucx/utils.h"
     1.8 +#include <ucx/utils.h>
     1.9  
    1.10  #define FILEBUF_SIZE 4096
    1.11  
    1.12 @@ -55,7 +55,7 @@
    1.13          }
    1.14          return 1;
    1.15      }
    1.16 -    ucx_stream_copy(headerfile, fout,
    1.17 +    ucx_stream_bncopy(headerfile, fout,
    1.18              (read_func) fread, (write_func) fwrite,
    1.19              copybuf, copybuflen, (size_t)-1);
    1.20      fclose(headerfile);

mercurial