diff options
Diffstat (limited to 'src/unalf.rst')
| -rw-r--r-- | src/unalf.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/unalf.rst b/src/unalf.rst index c6ad52c..e94fc21 100644 --- a/src/unalf.rst +++ b/src/unalf.rst @@ -242,15 +242,16 @@ Warnings **unalf** will continue after these messages occur. -**junk at EOF (ignored)** +**junk at EOF (ignoring)** + Mostly harmless: does *not* imply data corruption. + 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 file gets padded to the block size of the filesystem or protocol. Usually, the padding characters are **0x1a**, aka ASCII control-Z. - If you see this message, you can ignore it. It's intended to let - you know that this .alf file can't be appended to by the - **LZ.COM** (aka **ALF.COM**) Atari utility. + This message means you can't append to the ALF file with **alf -a** + or **LZ.COM**. You can, however, use **unalf -f** to remove the junk. **checksum error on** *<file>* The archive is corrupt. If *<file>* is a text file, it may be |
