Merge branch '3070_zip_save_changes'

* 3070_zip_save_changes:
  Ticket #3070: changes to files in nested .zip archives are lost.
This commit is contained in:
Andrew Borodin 2013-09-23 10:43:57 +04:00
commit 931efb4d34

View File

@ -377,7 +377,7 @@ extfs_free_archive (struct archive *archive)
vfs_path_t *local_name_vpath, *name_vpath;
local_name_vpath = vfs_path_from_str (archive->local_name);
name_vpath = vfs_path_from_str (archive->local_name);
name_vpath = vfs_path_from_str (archive->name);
mc_stat (local_name_vpath, &my);
mc_ungetlocalcopy (name_vpath, local_name_vpath,
archive->local_stat.st_mtime != my.st_mtime);