Skip to content

Commit 08ec80a

Browse files
committed
Cygwin needs stdout flushed. [buildall]
1 parent 6b5ae82 commit 08ec80a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

usage.c

+1
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ void print_rsync_version(enum logcode f)
293293
json_line("license", "GPLv3");
294294
json_line("caveat", "rsync comes with ABSOLUTELY NO WARRANTY");
295295
printf("\n}\n");
296+
fflush(stdout);
296297
return;
297298
}
298299

0 commit comments

Comments
 (0)