summaryrefslogtreecommitdiffstats
path: root/archivers/mate-file-archiver/files/patch-src_fr-command-lrzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/mate-file-archiver/files/patch-src_fr-command-lrzip.c')
-rw-r--r--archivers/mate-file-archiver/files/patch-src_fr-command-lrzip.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/mate-file-archiver/files/patch-src_fr-command-lrzip.c b/archivers/mate-file-archiver/files/patch-src_fr-command-lrzip.c
new file mode 100644
index 0000000..ae2d7d4
--- /dev/null
+++ b/archivers/mate-file-archiver/files/patch-src_fr-command-lrzip.c
@@ -0,0 +1,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;