b9d1af9f46
* Fixed calculation of each archive file data offset. The location of a file entry in a Zip file is calculated after the local file header + the length of the filename + the length of the extra field length per the ZIP file spec. https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com> * Removed bIndependentBlocks variable Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>