index
:
alftools
master
Extract/create Atari 8-bit ALF archives on modern systems
urchlay -at- slackware _dot_ uk
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
src/io.c
1
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);
}