traceroute: fix help text to not show -6 when traceroute6 is off
[oweals/busybox.git] / editors / cmp.c
index a20bb883666fee71aabc1d4b971be4b0eea4fd79..384e57c22faa1b572658459f9240ebab3ed67f67 100644 (file)
@@ -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) {