X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/3e607d23543f0f3fb7b72953b89334071540667f..d0d56395c8a150f72b6189e027fe9af918e23551:/flist.c diff --git a/flist.c b/flist.c index e120f805..cf401519 100644 --- a/flist.c +++ b/flist.c @@ -403,10 +403,6 @@ static struct file_struct *make_file(char *fname) file->modtime = st.st_mtime; file->length = st.st_size; -#if TRIDGE - if (st.st_size == 71036) - file->length += 7000; -#endif file->mode = st.st_mode; file->uid = st.st_uid; file->gid = st.st_gid;