diff options
author | Ladislav Zezula <zezula@volny.cz> | 2024-04-21 21:24:48 +0200 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2024-04-21 21:24:48 +0200 |
commit | b47bb8b1909e35e086cff00b64e1b0b60d68156f (patch) | |
tree | c8dc4d84b222ab5634c73b187b6f246f09b8e610 /src/SBaseFileTable.cpp | |
parent | 5232da3f6ac96177db4d2d806c37c82fc664af8b (diff) |
Regression tests complete
Diffstat (limited to 'src/SBaseFileTable.cpp')
-rw-r--r-- | src/SBaseFileTable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SBaseFileTable.cpp b/src/SBaseFileTable.cpp index 1ed8140..0461be2 100644 --- a/src/SBaseFileTable.cpp +++ b/src/SBaseFileTable.cpp @@ -574,7 +574,7 @@ DWORD ConvertMpqHeaderToFormat4( // Fill the rest of the header with zeros
memset((LPBYTE)pHeader + MPQ_HEADER_SIZE_V2, 0, sizeof(TMPQHeader) - MPQ_HEADER_SIZE_V2);
- // Check position of the Hi-block table
+ // Check position of the hi-block table
if(pHeader->HiBlockTablePos64 > FileSize)
return ERROR_FILE_CORRUPT;
|