mirror of
https://github.com/simh/simh.git
synced 2026-02-27 09:09:46 +00:00
When an LP20 is attached to an existing file, the file is opened in update mode. Since the initial file position is zero, any existing output is over-written. This is not intuitive. This edit makes the LP20 seek to EOF on attach. N.B. Other devices may have cousin issues.