diff options
Diffstat (limited to 'lib/ss')
-rw-r--r-- | lib/ss/test_ss.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ss/test_ss.c b/lib/ss/test_ss.c index 0b0bb587..36e899d3 100644 --- a/lib/ss/test_ss.c +++ b/lib/ss/test_ss.c @@ -49,6 +49,8 @@ static int source_file(const char *cmd_file, int sci_idx) exit(1); } } + fflush(stdout); + fflush(stderr); setbuf(stdout, NULL); setbuf(stderr, NULL); while (!feof(f)) { |