1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-03-06 11:13:19 +00:00

SCP: Updated to current.

This commit is contained in:
Richard Cornwell
2019-04-02 20:16:52 -04:00
parent bf070dc524
commit c5429fe1e5

View File

@@ -944,8 +944,10 @@ else switch (f) { /* otherwise the read me
*bc = sbc; /* save rec lnt */
(void)sim_fseek (uptr->fileref, uptr->pos, SEEK_SET); /* for read */
uptr->pos = uptr->pos + sbc; /* spc over record */
if (all_eof) /* tape mark? */
if (all_eof) { /* tape mark? */
status = MTSE_TMK;
*bc = 0;
}
}
break;