1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-26 04:02:39 +00:00

Cleanup based on reports from Michael Bloom

This commit is contained in:
Mark Pizzolato
2012-03-22 12:20:00 -07:00
parent 3049f16af2
commit 0270d0ea0d
7 changed files with 31 additions and 42 deletions

2
scp.c
View File

@@ -3991,8 +3991,6 @@ if (!initialized) {
}
}
if (prompt) { /* interactive? */
char *tmpc;
if (p_readline) {
char *tmpc = p_readline (prompt); /* get cmd line */
if (tmpc == NULL) /* bad result? */