--- libutil/fnck.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libutil/fnck.c b/libutil/fnck.c index 92da1f4..4f8875b 100644 --- a/libutil/fnck.c +++ b/libutil/fnck.c _AT_@ -13,7 +13,8 @@ fnck(const char *a, const char *b, && !stat(b, &stb) && sta.st_dev == stb.st_dev && sta.st_ino == stb.st_ino) { - eprintf("%s -> %s: same file\n", a, b); + weprintf("%s -> %s: same file\n", a, b); + return; } if (fn(a, b, depth) < 0) -- 2.34.1Received on Sun Mar 06 2022 - 13:14:01 CET
This archive was generated by hypermail 2.3.0 : Sun Mar 06 2022 - 13:24:36 CET