mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-23 06:03:40 +00:00
14 lines
435 B
Diff
14 lines
435 B
Diff
diff --git a/geomyidae-v0.51/handlr.c b/geomyidae-v0.51/handlr.c
|
|
index 0c230d32519..9fc043fa3c9 100644
|
|
--- a/handlr.c
|
|
+++ b/handlr.c
|
|
@@ -71,7 +71,7 @@ handledir(int sock, char *path, char *port, char *base, char *args,
|
|
*type->type,
|
|
dirent[i]->d_name,
|
|
humansize(st.st_size),
|
|
- humantime(&(st.st_mtim.tv_sec)),
|
|
+ humantime(&(st.st_mtimespec.tv_sec)),
|
|
e, ohost, port);
|
|
free(file);
|
|
free(dirent[i]);
|