mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-28 06:12:53 -06:00
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:
parent
0db1b4237b
commit
e953bcbd18
6 changed files with 73 additions and 25 deletions
|
|
@ -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--;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue