From 0e10e00f82fd7f727ee1bc227f20f35472f74b0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20L=2E=20=C5=A0ijanec?= Date: Tue, 5 May 2020 19:32:35 +0200 Subject: =?UTF-8?q?including=20works-finnaly=20something=20to=20increase?= =?UTF-8?q?=20version=20number!=20=C4=87#=20Please=20enter=20the=20commit?= =?UTF-8?q?=20message=20for=20your=20changes.=20Lines=20starting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tape.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tape.c') diff --git a/src/tape.c b/src/tape.c index 5c574fb..1b1598d 100644 --- a/src/tape.c +++ b/src/tape.c @@ -10,7 +10,6 @@ #include #include #include - int bvr_inline_command_processor(FILE * page_source_file, FILE * output_file, char copy_buffer[]) { FILE * temp_output_file = output_file; int what_to_return = SUCCESS; @@ -92,6 +91,7 @@ int bvr_inline_command_processor(FILE * page_source_file, FILE * output_file, ch copy_buffer[(ftell(page_source_file)% COPY_BUFFER_SIZE)] = fgetc(page_source_file); // remove closing command tag character return what_to_return; } + int bvr_compose_stream(FILE * page_source_file, FILE * temp_output_file) { char copy_buffer[COPY_BUFFER_SIZE]; for(int i = 0; i < sizeof(copy_buffer); i++) { // da garbage vrednosti ne bodo slučajno ukazi! -- cgit v1.2.3