From c7c056410c8cf3664c2dae416fb8b80fe427eb6f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 31 Oct 1998 00:12:59 +0000 Subject: [PATCH] get the date comparison the right way around --- support/rsyncstats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.34.1