]> git.ipfire.org Git - thirdparty/rsync.git/commit - NEWS.md
Avoid a -8 in the progress output's remaining time
authorWayne Davison <wayne@opencoder.net>
Thu, 13 Jan 2022 03:50:58 +0000 (19:50 -0800)
committerWayne Davison <wayne@opencoder.net>
Thu, 13 Jan 2022 04:04:32 +0000 (20:04 -0800)
commit8c4ceb3b86749523573fec0df38a3b315575735c
treeb096918ae9a8734f4eb2b2d2de41e4704ed8fa5d
parent30a590954416fa0ab2a2b27cd8098b310794446d
Avoid a -8 in the progress output's remaining time

If the double "remain" value is so large that it overflows an int, make
the estimated seconds output as :00 instead of :-8.  Similar for the
estimated remaining minutes.  Support larger hours values.
NEWS.md
progress.c