forked from Imagelibrary/rtems
2001-09-14 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: Fixed some mistakes.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user