get the date comparison the right way around
authorAndrew Tridgell <tridge@samba.org>
Sat, 31 Oct 1998 00:12:59 +0000 (00:12 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 31 Oct 1998 00:12:59 +0000 (00:12 +0000)
support/rsyncstats

index 9471c70..e5c6355 100755 (executable)
@@ -258,7 +258,7 @@ foreach $hour ( sort keys(xfertbytes) ) {
 exit(0);
 
 sub datecompare {
-    $a lt $b;
+    $a gt $b;
 }
 
 sub domnamcompare {