diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-11-20 15:37:08 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-11-20 15:37:08 +0000 |
commit | 3680f27ebff58ece429c4e032f9ad84fb1372114 (patch) | |
tree | 6c5ff4664c1a779ddad350ac887e5706dbfdd4eb /archivers/file-roller/files/patch-src_fr-command-lrzip.c | |
parent | 02c6e6b485454dc3f5a27cbc887d9e4aaf376a36 (diff) |
Notes
Diffstat (limited to 'archivers/file-roller/files/patch-src_fr-command-lrzip.c')
-rw-r--r-- | archivers/file-roller/files/patch-src_fr-command-lrzip.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/file-roller/files/patch-src_fr-command-lrzip.c b/archivers/file-roller/files/patch-src_fr-command-lrzip.c new file mode 100644 index 000000000000..ae2d7d440482 --- /dev/null +++ b/archivers/file-roller/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; |