- on systems (such as intel linux) where off_t is 32 bits but "long long"
[rsync/rsync.git] / match.c
diff --git a/match.c b/match.c
index 1677900..dd289e1 100644 (file)
--- a/match.c
+++ b/match.c
@@ -39,7 +39,7 @@ static int data_transfer;
 static int total_false_alarms;
 static int total_tag_hits;
 static int total_matches;
-static off_t total_data_transfer;
+static int64 total_data_transfer;
 
 
 struct target {