commit 40a9e6e984ae099fe6e9139e9eaeb28608105074 parent ee75b3f5f62e077c65aa2edbbbecc38e169b2e9d Author: default <nobody@localhost> Date: Fri, 25 Nov 2022 13:54:26 +0100 Fixed typo. Diffstat:
M | data.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;