diff options
Diffstat (limited to 'src/unalf.rst')
| -rw-r--r-- | src/unalf.rst | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/src/unalf.rst b/src/unalf.rst index a1b8abe..f88973d 100644 --- a/src/unalf.rst +++ b/src/unalf.rst @@ -222,6 +222,14 @@ Fatal errors Generally means the archive is corrupt. Valid ALF files should never cause these errors. +**fatal: compressed data is truncated, EOF before end marker** + Self-explanatory. The ALF file ends before the compressed data does. + +Warnings +-------- + +**unalf** will continue after these messages occur. + **junk at EOF (ignored)** Usually this is caused by the .alf file being stored on a CP/M disk at some time, or by a dumb file transfer protocol. Either way, the @@ -232,11 +240,6 @@ Fatal errors you know that this .alf file can't be appended to by the **LZ.COM** (aka **ALF.COM**) Atari utility. -Warnings --------- - -**unalf** will continue after these messages occur. - **checksum error on** *<file>* The archive is corrupt. If *<file>* is a text file, it may be partially readable. If it's an executable or other binary file, it's |
