line flushing is default
This commit is contained in:
parent
085b27f0b8
commit
23a7d189f1
1 changed files with 0 additions and 3 deletions
|
@ -60,9 +60,6 @@ main(int argc, char **argv)
|
||||||
int c;
|
int c;
|
||||||
while ((c = getc(socket_file)) != EOF) {
|
while ((c = getc(socket_file)) != EOF) {
|
||||||
putchar(c);
|
putchar(c);
|
||||||
if (c == '\n') {
|
|
||||||
fflush(stdout);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fclose(socket_file);
|
fclose(socket_file);
|
||||||
|
|
Loading…
Reference in a new issue