diff options
Diffstat (limited to 'libbb/xfuncs.c')
-rw-r--r-- | libbb/xfuncs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/xfuncs.c b/libbb/xfuncs.c index c5e18c312..1144a67c6 100644 --- a/libbb/xfuncs.c +++ b/libbb/xfuncs.c | |||
@@ -341,6 +341,7 @@ char *xasprintf(const char *format, ...) | |||
341 | // close that file. | 341 | // close that file. |
342 | void xprint_and_close_file(FILE *file) | 342 | void xprint_and_close_file(FILE *file) |
343 | { | 343 | { |
344 | fflush(stdout); | ||
344 | // copyfd outputs error messages for us. | 345 | // copyfd outputs error messages for us. |
345 | if (bb_copyfd_eof(fileno(file), 1) == -1) | 346 | if (bb_copyfd_eof(fileno(file), 1) == -1) |
346 | exit(xfunc_error_retval); | 347 | exit(xfunc_error_retval); |