mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
SCP: Ignore trailing whitespace for all commands
This commit is contained in:
@@ -1636,8 +1636,6 @@ else {
|
||||
c = (char)toupper (*tptr++);
|
||||
if (c == '/') {
|
||||
val2 = strtotv (tptr, &tptr, 10);
|
||||
while (sim_isspace (*tptr))
|
||||
++tptr;
|
||||
if ((*tptr != '\0') || (val == 0))
|
||||
return sim_messagef (SCPE_ARG, "Invalid throttle delay specifier: %s\n", cptr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user