Fixed typo.

This commit is contained in:
default 2022-11-25 13:54:26 +01:00
parent ee75b3f5f6
commit 40a9e6e984

2
data.c
View File

@ -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;