diff options
author | Ladislav Zezula <zezula@volny.cz> | 2020-03-25 17:36:20 +0100 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2020-03-25 17:36:20 +0100 |
commit | 1f17e92643dea4340719ed195f4425272a29301e (patch) | |
tree | be0671bb87346960b75b8bd4a211f645deafbe7d /src/SBaseCommon.cpp | |
parent | b60bc45088ffa77b00dffca928f99159cbcebd2f (diff) |
Added checks for obviously fake files
Diffstat (limited to 'src/SBaseCommon.cpp')
-rw-r--r-- | src/SBaseCommon.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/SBaseCommon.cpp b/src/SBaseCommon.cpp index a131380..61e7bdb 100644 --- a/src/SBaseCommon.cpp +++ b/src/SBaseCommon.cpp @@ -1376,7 +1376,6 @@ int WriteSectorOffsets(TMPQFile * hf) return ERROR_SUCCESS;
}
-
int WriteSectorChecksums(TMPQFile * hf)
{
TMPQArchive * ha = hf->ha;
|