remote compiler warning
This commit is contained in:
parent
780adc3ca9
commit
f7330bc09d
1 changed files with 1 additions and 1 deletions
|
@ -661,7 +661,7 @@ t_stat reason;
|
|||
reason = attach_unit (uptr, cptr); /* attach file */
|
||||
if (reason == SCPE_OK) {
|
||||
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? */
|
||||
return reason;
|
||||
|
|
Loading…
Add table
Reference in a new issue