mirror of
https://github.com/rcornwell/sims.git
synced 2026-04-30 05:26:30 +00:00
ICL1900: Fixed overwriting of LP.
This commit is contained in:
@@ -319,6 +319,7 @@ t_stat lpr_svc (UNIT *uptr)
|
||||
|
||||
fprintf(stderr, "Buffer: %s", buffer);
|
||||
sim_fwrite(&buffer, 1, i, uptr->fileref);
|
||||
uptr->pos += i;
|
||||
/* Check if Done */
|
||||
if (eor) {
|
||||
uptr->STATUS |= TERMINATE;
|
||||
|
||||
Reference in New Issue
Block a user