X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/155d9206a4d5b199d056b2932c62c292e58c0d69..17026f2741b2031ab2b8a40e9078221548abea1c:/io.c diff --git a/io.c b/io.c index 33a0e654..05a755fb 100644 --- a/io.c +++ b/io.c @@ -342,13 +342,13 @@ void increment_active_files(int ndx, int itemizing, enum logcode code) } active_filecnt++; - active_bytecnt += the_file_list->files[ndx]->length; + active_bytecnt += F_LENGTH(the_file_list->files[ndx]); } void decrement_active_files(int ndx) { active_filecnt--; - active_bytecnt -= the_file_list->files[ndx]->length; + active_bytecnt -= F_LENGTH(the_file_list->files[ndx]); } /* Try to push messages off the list onto the wire. If we leave with more