aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/io.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/io.c b/src/io.c
index 6f5027b..e2b982c 100644
--- a/src/io.c
+++ b/src/io.c
@@ -206,5 +206,6 @@ void writeblock(void) {
perror(out_filename);
exit(1);
}
+ bytes_written += bytes;
dpoke(buf_len_l, bytes);
}