traceroute: fix help text to not show -6 when traceroute6 is off
[oweals/busybox.git] / mailutils / mail.c
index 68883ff42c030097ceed6ac96d09cb14758873dd..64a5b996f4f831517bf860380246760740707fe8 100644 (file)
@@ -87,7 +87,7 @@ const FAST_FUNC char *command(const char *fmt, const char *param)
                msg = xasprintf(fmt, param);
                printf("%s\r\n", msg);
        }
-       fflush(stdout);
+       fflush_all();
        return msg;
 }