flush before exit in echo [xxx: this needs to happen on exit]
This commit is contained in:
parent
2680ee8660
commit
5a59d1b4b5
@ -63,5 +63,7 @@ int main(int argc, char ** argv) {
|
||||
if (use_newline) {
|
||||
printf("\n");
|
||||
}
|
||||
|
||||
fflush(stdout);
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user