summaryrefslogtreecommitdiff
path: root/src/du.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/du.c')
-rw-r--r--src/du.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/du.c b/src/du.c
index b8a4c9aff..edaf3988c 100644
--- a/src/du.c
+++ b/src/du.c
@@ -425,7 +425,7 @@ print_size (uintmax_t n_blocks, const char *string)
human_readable (n_blocks, buf, ST_NBLOCKSIZE, output_units,
human_readable_base),
string);
- fflush (stdout);
+ FFLUSH (stdout);
}
/* Recursively print the sizes of the directories (and, if selected, files)