mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
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:
commit
931efb4d34
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user