2001-09-14 Joel Sherrill <joel@OARcorp.com>

* ChangeLog: Fixed some mistakes.
This commit is contained in:
Joel Sherrill
2001-09-14 18:24:56 +00:00
parent 37b5d78153
commit 130291f55c
4 changed files with 82 additions and 2 deletions

View File

@@ -288,7 +288,7 @@ int shell_scanline(char * line,int size,FILE * in,FILE * out) {
if (out) fprintf(out,"%s",line);
};
tcdrain(fileno(in ));
tcdrain(fileno(out));
if (out) tcdrain(fileno(out));
for (;;) {
line[col]=0;
c=fgetc(in);