diff options
Diffstat (limited to 'editors/cmp.c')
-rw-r--r-- | editors/cmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/cmp.c b/editors/cmp.c index a20bb88..384e57c 100644 --- a/editors/cmp.c +++ b/editors/cmp.c @@ -108,7 +108,7 @@ int cmp_main(int argc UNUSED_PARAM, char **argv) outfile = stderr; /* There may have been output to stdout (option -l), so * make sure we fflush before writing to stderr. */ - xfflush_stdout(); + fflush_all(); } if (!(opt & CMP_OPT_s)) { if (opt & CMP_OPT_l) { |