plugin/Zip now supports storing uncompressed files

git-svn-id: svn://ultimatepp.org/upp/trunk@9548 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2016-02-29 17:29:34 +00:00
parent 0db1b4237b
commit e953bcbd18
6 changed files with 73 additions and 25 deletions

View file

@ -29,7 +29,7 @@ void UnZip::ReadDir()
offset = zip->Get32le(); //offset of start of central directory with respect to the starting disk number
int commentlen = zip->Get16le();
if(zip->GetPos() + commentlen == zipsize)
break;
break;
}
pos--;
}