diff options
author | Shauren <shauren.trinity@gmail.com> | 2019-08-10 19:01:24 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2019-08-10 19:01:24 +0200 |
commit | cd720efbfa60f434f420ab66e220eca742c48e45 (patch) | |
tree | 3c960ac5249d0711b71fbfdc62f6c0b665ed85ee /dep/CascLib/src/CascStructs.h | |
parent | 0d6320dfd3932865edb69c8528327b767bd476ef (diff) |
Dep/CascLib: Update to ladislav-zezula/CascLib@b91f87c770c78340dcd96df970e55b5c0469e884
Diffstat (limited to 'dep/CascLib/src/CascStructs.h')
-rw-r--r-- | dep/CascLib/src/CascStructs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/CascLib/src/CascStructs.h b/dep/CascLib/src/CascStructs.h index f67da810c9e..42478c324f0 100644 --- a/dep/CascLib/src/CascStructs.h +++ b/dep/CascLib/src/CascStructs.h @@ -94,7 +94,7 @@ struct FILE_INDEX_FOOTER BYTE PageSizeKB; // Length, in kilobytes, of the index page BYTE OffsetBytes; // Normally 4 for archive indices, 6 for group indices, and 0 for loose file indices BYTE SizeBytes; // Normally 4 - BYTE EKeySizeBytes; // Normally 16 + BYTE EKeyLength; // Normally 16 BYTE FooterHashBytes; // Normally 8, <= 0x10 BYTE ElementCount[4]; // BigEndian in _old_ versions (e.g. 18179) BYTE FooterHash[CHKSUM_LENGTH]; |