X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/e803090538b1f5e432226438d4e804fea40b7eea..c7c056410c8cf3664c2dae416fb8b80fe427eb6f:/support/rsyncstats?ds=sidebyside 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 {