Update XFileParser.cpp

Fix typo
pull/4381/head
Kim Kulling 2022-02-15 16:10:33 +01:00 committed by GitHub
parent 7c13b16d30
commit 5d8e5fd130
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ XFileParser::XFileParser(const std::vector<char> &pBuffer) :
// and advance to the next offset
P1 += ofs;
est_out += MSZIP_BLOCK; // one decompressed block is 32786 in size
est_out += MSZIP_BLOCK; // one decompressed block is 327861 in size
}
// Allocate storage and terminating zero and do the actual uncompressing