blob: 3c17dd13d7c0e539b6de2ca6efb11e218d0944aa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/fr-command-lrzip.c.orig 2015-10-14 17:33:41 UTC
+++ src/fr-command-lrzip.c
@@ -53,7 +53,7 @@ list__process_line (char *line,
struct stat st;
if (stat (comm->filename, &st) == 0)
- fdata->modified = st.st_mtim.tv_sec;
+ fdata->modified = st.st_mtime;
else
time(&(fdata->modified));
|