B5500: Set output only devices to default to append mode.
This commit is contained in:
parent
1764e9fd08
commit
377c9b8793
1 changed files with 1 additions and 0 deletions
|
@ -905,6 +905,7 @@ lpr_attach(UNIT * uptr, CONST char *file)
|
||||||
t_stat r;
|
t_stat r;
|
||||||
int u = (uptr - lpr_unit);
|
int u = (uptr - lpr_unit);
|
||||||
|
|
||||||
|
sim_switches |= SWMASK ('A'); /* Position to EOF */
|
||||||
if ((r = attach_unit(uptr, file)) != SCPE_OK)
|
if ((r = attach_unit(uptr, file)) != SCPE_OK)
|
||||||
return r;
|
return r;
|
||||||
if ((sim_switches & SIM_SW_REST) == 0) {
|
if ((sim_switches & SIM_SW_REST) == 0) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue