From: Andrew Tridgell Date: Sat, 31 Oct 1998 00:12:59 +0000 (+0000) Subject: get the date comparison the right way around X-Git-Tag: v2.2.0~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7c056410c8cf3664c2dae416fb8b80fe427eb6f;p=thirdparty%2Frsync.git 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 {