mirror of
https://github.com/simh/simh.git
synced 2026-01-11 23:52:58 +00:00
I1620: Fix typo in recent Coverity change
This commit is contained in:
parent
d02e91c797
commit
b6201898ee
@ -372,7 +372,7 @@ if ((i = strlen (cdr_buf)) > 0) { /* anything at all? */
|
||||
}
|
||||
cdr_unit.pos = ftell (cdr_unit.fileref); /* update position */
|
||||
if (getc (cdr_unit.fileref) == EOF) /* eof? */
|
||||
ind[IN_LST] = 1; /* set flag */
|
||||
ind[IN_LAST] = 1; /* set flag */
|
||||
clearerr (cdr_unit.fileref);
|
||||
fseek (cdr_unit.fileref, cdr_unit.pos, SEEK_SET); /* "backspace" */
|
||||
return SCPE_OK;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user