From: Martin Pool Date: Mon, 25 Mar 2002 07:07:03 +0000 (+0000) Subject: Doc X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/527a51cec52260bf79d1d9b2888d34ee7aea234f Doc --- diff --git a/hlink.c b/hlink.c index 95aa30af..a38a65bd 100644 --- a/hlink.c +++ b/hlink.c @@ -97,6 +97,8 @@ int check_hard_link(struct file_struct *file) low = mid + 1; } + /* XXX: To me this looks kind of dodgy -- why do we use [low] + * here and [low-1] below? -- mbp */ if (hlink_compare(&hlink_list[low], file) != 0) return 0;