From: Wayne Davison Date: Sat, 7 Jul 2007 16:01:59 +0000 (+0000) Subject: The length check in make_file() doesn't need to subtract pathname_len X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/b3b326016a4d29fea20d97e782f1af05542aca22?hp=b3b326016a4d29fea20d97e782f1af05542aca22 The length check in make_file() doesn't need to subtract pathname_len anymore, as the sender code never concatenates the F_PATHNAME() value with the dirname+basename string these days. ---