summaryrefslogtreecommitdiff
path: root/support/rsyncstats
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-31 00:12:59 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-31 00:12:59 +0000
commitc7c056410c8cf3664c2dae416fb8b80fe427eb6f (patch)
treedf6a94cf89caeddbad1948e24573cc1318d9f0ed /support/rsyncstats
parente803090538b1f5e432226438d4e804fea40b7eea (diff)
downloadrsync-c7c056410c8cf3664c2dae416fb8b80fe427eb6f.tar.gz
get the date comparison the right way around
Diffstat (limited to 'support/rsyncstats')
-rwxr-xr-xsupport/rsyncstats2
1 files changed, 1 insertions, 1 deletions
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 {