X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/5288be3af7c24814011130306725c24df792cc06..5f0f2e08946410786b079596915278f9d13a23a9:/hlink.c diff --git a/hlink.c b/hlink.c index 87e4236b..1a1e7c1c 100644 --- a/hlink.c +++ b/hlink.c @@ -393,7 +393,7 @@ int hard_link_one(struct file_struct *file, const char *fname, enum logcode code; if (terse) { if (!verbose) - return -1; + return 0; code = FINFO; } else code = FERROR_XFER;