diff --git a/sim_timer.c b/sim_timer.c index ae8d77a5..d83ea210 100644 --- a/sim_timer.c +++ b/sim_timer.c @@ -1636,6 +1636,8 @@ 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); }