From: Andrew Tridgell Date: Sat, 31 Oct 1998 00:12:59 +0000 (+0000) Subject: get the date comparison the right way around X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/c7c056410c8cf3664c2dae416fb8b80fe427eb6f get the date comparison the right way around --- diff --git a/support/rsyncstats b/support/rsyncstats index 9471c709..e5c63559 100755 --- a/support/rsyncstats +++ b/support/rsyncstats @@ -258,7 +258,7 @@ foreach $hour ( sort keys(xfertbytes) ) { exit(0); sub datecompare { - $a lt $b; + $a gt $b; } sub domnamcompare {