mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
SCP: Add descriptive messages for SCPE_NOPARAM return cases
This commit is contained in:
@@ -1601,7 +1601,8 @@ while (*cptr != 0) { /* do all mods */
|
||||
if (r != SCPE_OK)
|
||||
return r;
|
||||
}
|
||||
else return SCPE_NOPARAM;
|
||||
else
|
||||
return sim_messagef (SCPE_NOPARAM, "Invalid timer parameter: %s\n", gbuf);
|
||||
}
|
||||
return SCPE_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user