Fixed flushing bug

This commit is contained in:
Aaron J. McPhall 2011-11-04 11:03:48 -06:00
parent 5ee06f79cd
commit ee27cf1151
1 changed files with 3 additions and 0 deletions

View File

@ -155,6 +155,9 @@ run(char* key) {
printf("\n");
fflush(stdout);
existing = FALSE;
} else {
printf("\n");
fflush(stdout);
}
} else if (91 <= tmp && tmp <= 122) {
if (existing) {