mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-22 13:25:04 +00:00
Fixed typo.
This commit is contained in:
parent
ee75b3f5f6
commit
40a9e6e984
1 changed files with 1 additions and 1 deletions
2
data.c
2
data.c
|
@ -197,7 +197,7 @@ double mtime_nl(const char *fn, int *n_link)
|
||||||
n = st.st_nlink;
|
n = st.st_nlink;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (*n_link)
|
if (n_link)
|
||||||
*n_link = n;
|
*n_link = n;
|
||||||
|
|
||||||
return r;
|
return r;
|
||||||
|
|
Loading…
Reference in a new issue