mirror of
https://github.com/simh/simh.git
synced 2026-04-27 12:28:49 +00:00
remote compiler warning
This commit is contained in:
@@ -661,7 +661,7 @@ t_stat reason;
|
|||||||
reason = attach_unit (uptr, cptr); /* attach file */
|
reason = attach_unit (uptr, cptr); /* attach file */
|
||||||
if (reason == SCPE_OK) {
|
if (reason == SCPE_OK) {
|
||||||
sim_fseek (uptr->fileref, 0, SEEK_END);
|
sim_fseek (uptr->fileref, 0, SEEK_END);
|
||||||
uptr->pos = sim_ftell (uptr->fileref);
|
uptr->pos = (t_addr)sim_ftell (uptr->fileref);
|
||||||
}
|
}
|
||||||
if (lpcsa & CSA_ONL) /* just file chg? */
|
if (lpcsa & CSA_ONL) /* just file chg? */
|
||||||
return reason;
|
return reason;
|
||||||
|
|||||||
Reference in New Issue
Block a user