Skip to content

Commit

Permalink
SCP: Remove printing of prompt for vm_read functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcornwell committed Mar 29, 2024
1 parent 13a8b4d commit d8d4701
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scp.c
Original file line number Diff line number Diff line change
Expand Up @@ -3014,7 +3014,6 @@ while (stat != SCPE_EXIT) { /* in case exit */
}
else {
if (sim_vm_read != NULL) { /* sim routine? */
printf ("%s", sim_prompt); /* prompt */
cptr = (*sim_vm_read) (cbuf, sizeof(cbuf), stdin);
}
else
Expand Down

0 comments on commit d8d4701

Please sign in to comment.