SCP: Properly process program -T switch to invoke all library tests
This commit is contained in:
parent
67c3ba1e6a
commit
b9b8a496d6
1 changed files with 1 additions and 1 deletions
2
scp.c
2
scp.c
|
@ -15516,7 +15516,7 @@ detach_all (0, 0); /* Assure that all units are unattac
|
||||||
cptr = get_glyph (cptr, gbuf, 0);
|
cptr = get_glyph (cptr, gbuf, 0);
|
||||||
if (gbuf[0] == '\0')
|
if (gbuf[0] == '\0')
|
||||||
strcpy (gbuf, "ALL");
|
strcpy (gbuf, "ALL");
|
||||||
else {
|
if (strcmp (gbuf, "ALL") != 0) {
|
||||||
if (!find_dev (gbuf))
|
if (!find_dev (gbuf))
|
||||||
return sim_messagef (SCPE_ARG, "No such device: %s\n", gbuf);
|
return sim_messagef (SCPE_ARG, "No such device: %s\n", gbuf);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue