id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
3070	changes to files in nested .zip archives are lost	onlyjob	andrew_b	"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
}}}

Changes were not saved to ""hello.txt"".

According to reporter `mc` version 4.8.3 and higher are affected while 4.7.0.9 is OK.

Originally reported to http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721961
"	defect	closed	major	4.8.11	mc-vfs	4.8.10	fixed					merged	committed-master
