aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/nnn.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 24d7df0..d2a29ef 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -1527,8 +1527,7 @@ static int xlink(char *suffix, char *path, char *buf, int type)
r = mkpath(path, fname, buf, PATH_MAX);
xstrlcpy(buf + r - 1, suffix, PATH_MAX - r - 1);
- r = link_fn(pbuf, buf);
- if (!r)
+ if (!link_fn(pbuf, buf))
++count;
pos += len + 1;