summaryrefslogtreecommitdiff
path: root/src/fr-command-lrzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fr-command-lrzip.c')
-rw-r--r--src/fr-command-lrzip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fr-command-lrzip.c b/src/fr-command-lrzip.c
index 9e88b75..7c02128 100644
--- a/src/fr-command-lrzip.c
+++ b/src/fr-command-lrzip.c
@@ -51,7 +51,7 @@ list__process_line (char *line,
fdata->size = g_ascii_strtoull (get_last_field (line, 4), NULL, 10);
struct stat st;
-
+
if (stat (comm->filename, &st) == 0)
fdata->modified = st.st_mtim.tv_sec;
else