TAPE: Correct wording in status message
This commit is contained in:
parent
6af0958209
commit
aff3346eae
1 changed files with 1 additions and 1 deletions
|
@ -3490,7 +3490,7 @@ if ((!stop_cpu) &&
|
|||
sim_messagef (SCPE_OK, "%8u %u byte record%s\n", rec_sizes[bc], (uint32)bc, (rec_sizes[bc] != 1) ? "s" : "");
|
||||
}
|
||||
if (gaps)
|
||||
sim_messagef (SCPE_OK, "%8u gap%s totalling %u bytes were seen\n", gaps, (gaps != 1) ? "s" : "", gap_bytes);
|
||||
sim_messagef (SCPE_OK, "%8u gap%s totalling %u bytes %s seen\n", gaps, (gaps != 1) ? "s" : "", gap_bytes, (gaps != 1) ? "were" : "was");
|
||||
}
|
||||
if (r != MTSE_EOM)
|
||||
sim_messagef (SCPE_OK, "Read Tape Record Returned Unexpected Status: %s\n", sim_tape_error_text (r));
|
||||
|
|
Loading…
Add table
Reference in a new issue