summaryrefslogtreecommitdiffstats
path: root/archivers/file-roller3/files/patch-src_fr-command-lrzip.c
blob: ae2d7d440482bb4e50bb010490d9f5ce6d431b42 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/fr-command-lrzip.c.orig 2010-08-26 12:40:56.000000000 -0400
+++ src/fr-command-lrzip.c  2010-08-26 12:41:41.000000000 -0400
@@ -53,7 +53,7 @@ list__process_line (char     *line,
    struct stat st;
    time_t tt;
    if (stat (comm->filename, &st) == 0)
-       fdata->modified = st.st_mtim.tv_sec;
+       fdata->modified = st.st_mtime;
    else
        time(&(fdata->modified));
    fdata->modified;