summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-11-25 13:54:26 +0100
committerdefault <nobody@localhost>2022-11-25 13:54:26 +0100
commit40a9e6e984ae099fe6e9139e9eaeb28608105074 (patch)
tree598b82f81547c9af4b94a992fa2338596759037c /data.c
parentee75b3f5f62e077c65aa2edbbbecc38e169b2e9d (diff)
Fixed typo.
Diffstat (limited to 'data.c')
-rw-r--r--data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/data.c b/data.c
index 08f7e2d..90bd466 100644
--- a/data.c
+++ b/data.c
@@ -197,7 +197,7 @@ double mtime_nl(const char *fn, int *n_link)
n = st.st_nlink;
}
- if (*n_link)
+ if (n_link)
*n_link = n;
return r;