aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLadislav Zezula <zezula@volny.cz>2024-04-21 21:24:48 +0200
committerLadislav Zezula <zezula@volny.cz>2024-04-21 21:24:48 +0200
commitb47bb8b1909e35e086cff00b64e1b0b60d68156f (patch)
treec8dc4d84b222ab5634c73b187b6f246f09b8e610 /src
parent5232da3f6ac96177db4d2d806c37c82fc664af8b (diff)
Regression tests complete
Diffstat (limited to 'src')
-rw-r--r--src/SBaseFileTable.cpp2
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;