summaryrefslogtreecommitdiff
path: root/src/fr-command-lrzip.c
diff options
context:
space:
mode:
authorSteve Zesch <[email protected]>2012-11-17 16:06:03 -0500
committerSteve Zesch <[email protected]>2012-11-17 16:06:03 -0500
commite9cbe2e79fb341828dcf512ae7ec0f4d64d4e756 (patch)
tree1a4ae10830fcd000c1c76b0fa7189d03ade1fd10 /src/fr-command-lrzip.c
parent3d8d22f8abe8b9604668bdcaba3ccc9da57b5d52 (diff)
downloadengrampa-e9cbe2e79fb341828dcf512ae7ec0f4d64d4e756.tar.bz2
engrampa-e9cbe2e79fb341828dcf512ae7ec0f4d64d4e756.tar.xz
Removed unused variables.
Diffstat (limited to 'src/fr-command-lrzip.c')
-rw-r--r--src/fr-command-lrzip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fr-command-lrzip.c b/src/fr-command-lrzip.c
index 6a2833c..15e5f23 100644
--- a/src/fr-command-lrzip.c
+++ b/src/fr-command-lrzip.c
@@ -51,12 +51,12 @@ list__process_line (char *line,
fdata->size = g_ascii_strtoull (get_last_field (line, 4), NULL, 10);
struct stat st;
- time_t tt;
+
if (stat (comm->filename, &st) == 0)
fdata->modified = st.st_mtim.tv_sec;
else
time(&(fdata->modified));
- fdata->modified;
+
fdata->encrypted = FALSE;
char *new_fname = g_strdup (file_name_from_path (comm->filename));