mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
1988ce2759
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> |
||
---|---|---|
.. | ||
consaver | ||
diffviewer | ||
editor | ||
filemanager | ||
man2hlp | ||
vfs | ||
viewer | ||
.gitignore | ||
args.c | ||
args.h | ||
background.c | ||
background.h | ||
clipboard.c | ||
clipboard.h | ||
cons.handler.c | ||
events_init.c | ||
events_init.h | ||
execute.c | ||
execute.h | ||
help.c | ||
help.h | ||
history.h | ||
keybind-defaults.c | ||
keybind-defaults.h | ||
learn.c | ||
learn.h | ||
main.c | ||
Makefile.am | ||
selcodepage.c | ||
selcodepage.h | ||
setup.c | ||
setup.h | ||
subshell.c | ||
subshell.h | ||
textconf.c | ||
textconf.h | ||
util.c | ||
util.h |