mc/src
Andrew Borodin 1988ce2759 Ticket #3070: changes to files in nested .zip archives are lost.
How to reproduce:

Changes to the text file inside nested .zip file are lost.

echo "hello, world" >hello.txt
zip message.zip hello.txt
zip wrapper.zip message.zip
rm -v hello.txt message.zip

Using mc enter to wrapper.zip/message.zip and edit (F4) "hello.txt",
save, then exit mc.

unzip wrapper.zip
unzip message.zip

Result: changes were not saved to "hello.txt".
Expected result: changes are saved.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2013-09-23 10:43:13 +04:00
..
consaver Avoid compiler errors like: error: variable 'xxx' set but not used [-Werror=unused-but-set-variable] 2013-01-17 15:21:35 +03:00
diffviewer Search: better support of --disable-charset 2013-09-21 13:35:56 +04:00
editor Refactoring: use define DEFAULT_CHARSET for "ASCII" charset. 2013-09-21 13:35:59 +04:00
filemanager Refactoring: use define DEFAULT_CHARSET for "ASCII" charset. 2013-09-21 13:35:59 +04:00
man2hlp
vfs Ticket #3070: changes to files in nested .zip archives are lost. 2013-09-23 10:43:13 +04:00
viewer Search: better support of --disable-charset 2013-09-21 13:35:56 +04:00
.gitignore
args.c Use "'" instead of "`" for messages and comments quoting. 2013-06-03 14:21:03 +03:00
args.h
background.c Avoid compiler errors like: error: variable 'xxx' set but not used [-Werror=unused-but-set-variable] 2013-01-17 15:21:35 +03:00
background.h
clipboard.c Avoid compiler errors like: error: variable 'xxx' set but not used [-Werror=unused-but-set-variable] 2013-01-17 15:21:35 +03:00
clipboard.h
cons.handler.c Ticket #2206: Add jump support to target line in some external editors 2013-02-16 17:39:32 +03:00
events_init.c
events_init.h
execute.c Fix bug with segfault when we tried to create new file in an external editor (by pressing shift-F4) 2013-07-02 15:29:35 +03:00
execute.h Implementation of getting last editing/viewing position of file. 2013-02-16 17:40:37 +03:00
help.c Typo fixes. 2013-07-23 14:15:24 +04:00
help.h Typo fixes. 2013-07-23 14:15:24 +04:00
history.h
keybind-defaults.c
keybind-defaults.h
learn.c Rename functions: 2013-06-28 09:21:17 +04:00
learn.h
main.c Ticket #3047: fix mc arguments handling. 2013-08-01 22:32:13 +04:00
Makefile.am --with-edit: rename to --with-internal-edit. 2013-07-02 15:29:35 +03:00
selcodepage.c
selcodepage.h
setup.c Move sort_field member out from panel_sort_info_t structure. 2013-09-19 16:22:30 +04:00
setup.h Ticket #3047: fix mc arguments handling. 2013-08-01 22:32:13 +04:00
subshell.c Add DIR_IS_DOT and DIR_IS_DOTDOT macros 2013-07-23 14:15:24 +04:00
subshell.h Cleanup: remove unused 'prompt_pos' variable. 2013-06-08 18:06:55 +04:00
textconf.c Refactoring of subshell support. 2012-10-21 18:19:47 +04:00
textconf.h
util.c Remove vfs_path_to_str() function for avoid often memory allocations. 2013-06-03 14:21:01 +03:00
util.h