- fixed startup.

This commit is contained in:
Christoph Oelckers 2019-10-30 19:55:03 +01:00
parent 266dc9e04e
commit 5b1036093c
4 changed files with 13 additions and 12 deletions

View file

@ -218,7 +218,6 @@ bool FZipFile::Open(bool quiet)
int len = LittleShort(zip_fh->NameLength);
FString name(dirptr + sizeof(FZipCentralDirectoryInfo), len);
if (name.IsNotEmpty()) name = name.Mid(name.Len());
dirptr += sizeof(FZipCentralDirectoryInfo) +
LittleShort(zip_fh->NameLength) +
LittleShort(zip_fh->ExtraLength) +