[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Sat Oct 22 19:10:02 UTC 2022


The branch, master has been updated
       via  08ec80ac Cygwin needs stdout flushed. [buildall]
      from  6b5ae825 Preparing for release of 3.2.7 [buildall]

https://git.samba.org/?p=rsync.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 08ec80ac65205f29bdc128bd05ec4a40d2db8861
Author: Wayne Davison <wayne at opencoder.net>
Date:   Sat Oct 22 12:04:06 2022 -0700

    Cygwin needs stdout flushed. [buildall]

-----------------------------------------------------------------------

Summary of changes:
 usage.c | 1 +
 1 file changed, 1 insertion(+)


Changeset truncated at 500 lines:

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;
 	}
 


-- 
The rsync repository.



More information about the rsync-cvs mailing list