diff options
author | Jakob Kaivo <jkk@ung.org> | 2022-04-13 19:43:50 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2022-04-13 19:43:50 -0400 |
commit | 71cc5956bbda36607fb5c7941f3f8f2cc6dffcbb (patch) | |
tree | b7b9ae2373aa6b0521ad811aa929ef7f35d52617 | |
parent | cf6f6bf2501f076160f231de3b5efea804bb72e0 (diff) |
note to self
-rw-r--r-- | ls.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -315,6 +315,7 @@ static char *ls_file_group(gid_t gid) return group; } +/* FIXME: 6 month calculation is off */ static char *ls_file_time(struct timespec mtime) { static char date[16]; |