1
0
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:
Richard Cornwell
2019-08-07 21:47:13 -04:00
parent 8a56a36a47
commit ac325f6c73

View File

@@ -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;