X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/13710874ce907cd9405f83814cbebbe73f884e2e..2ad3c71777c90aa65813f89e57ac6412e73b36db:/hlink.c diff --git a/hlink.c b/hlink.c index 6dde2cc0..2392ecdb 100644 --- a/hlink.c +++ b/hlink.c @@ -345,7 +345,8 @@ int hard_link_check(struct file_struct *file, int ndx, const char *fname, || prev_st.st_ino != alt_sx.st.st_ino) continue; statret = 1; - if (verbose < 2 || !stdout_format_has_i) { + if (stdout_format_has_i == 0 + || (verbose < 2 && stdout_format_has_i < 2)) { itemizing = 0; code = FNONE; if (verbose > 1 && maybe_ATTRS_REPORT)