mirror of
https://github.com/rcornwell/sims.git
synced 2026-01-13 15:27:04 +00:00
SCP: Updated to current.
This commit is contained in:
parent
bf070dc524
commit
c5429fe1e5
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user