SCP: Fix device disable state indicated in help output (R. Voorhorst)
This commit is contained in:
parent
2a9826c265
commit
614318054b
1 changed files with 1 additions and 1 deletions
2
scp.c
2
scp.c
|
@ -3383,7 +3383,7 @@ if (*cptr) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (dptr->flags & DEV_DISABLE)
|
if (dptr->flags & DEV_DIS)
|
||||||
sim_printf ("Device %s is currently disabled\n", dptr->name);
|
sim_printf ("Device %s is currently disabled\n", dptr->name);
|
||||||
r = help_dev_help (stdout, dptr, uptr, flag, cptr);
|
r = help_dev_help (stdout, dptr, uptr, flag, cptr);
|
||||||
if (sim_log)
|
if (sim_log)
|
||||||
|
|
Loading…
Add table
Reference in a new issue