diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-19 01:47:22 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-11-19 01:47:22 -0500 |
| commit | 717aa1f2469a30ce50f1211d962c2f8ea4618352 (patch) | |
| tree | b71fe0be351701fb723591db4863ba0ff5fe941d /doc/fileformat.txt | |
| parent | 255a7f4963b8a2df8e0f91d1da7543b608cb14a9 (diff) | |
| download | unalf-717aa1f2469a30ce50f1211d962c2f8ea4618352.tar.gz | |
Tweak fileformat.txt.
Diffstat (limited to 'doc/fileformat.txt')
| -rw-r--r-- | doc/fileformat.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/fileformat.txt b/doc/fileformat.txt index eb08d13..3638241 100644 --- a/doc/fileformat.txt +++ b/doc/fileformat.txt @@ -18,7 +18,12 @@ The differences are: - For ARC, the last file's compressed data is followed by a 0 byte (in place of the $1A header), to signal "end of archive". For ALF, there's no data after the last byte of the last compressed - file; + file. + +- Because ALF doesn't use a 0 byte to signal end-of-archive, it's + possible to append two ALF archives together; the result is also + a valid ALF archive... unless there's "junk at EOF" on the first + file. Other things caused by the limitations of the Atari: |
