some early startup adjustments

This commit is contained in:
nhmall
2018-12-09 13:09:30 -05:00
parent cb191e6a0e
commit 46d2724f58
3 changed files with 23 additions and 4 deletions

View File

@@ -527,7 +527,7 @@ stdio_wait_synch()
fprintf(stdout, "--More--");
(void) fflush(stdout);
while (!index(valid, stdio_nhgetch()))
while (!index(valid, nhgetch()))
;
}