1
0
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:
Mark Pizzolato
2018-05-18 08:32:03 -07:00
parent ded2b20fe0
commit b51d250598
2 changed files with 2 additions and 3 deletions

View File

@@ -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);
}