From: Wayne Davison Date: Sat, 22 Oct 2022 19:04:06 +0000 (-0700) Subject: Cygwin needs stdout flushed. [buildall] X-Git-Tag: v3.3.0pre1~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08ec80ac65205f29bdc128bd05ec4a40d2db8861;p=thirdparty%2Frsync.git Cygwin needs stdout flushed. [buildall] --- diff --git a/usage.c b/usage.c index a5b59ad8..f346385f 100644 --- a/usage.c +++ b/usage.c @@ -293,6 +293,7 @@ void print_rsync_version(enum logcode f) json_line("license", "GPLv3"); json_line("caveat", "rsync comes with ABSOLUTELY NO WARRANTY"); printf("\n}\n"); + fflush(stdout); return; }