diff options
| author | Ladislav Zezula <zezula@volny.cz> | 2026-01-09 21:48:35 +0100 |
|---|---|---|
| committer | Ladislav Zezula <zezula@volny.cz> | 2026-01-09 21:48:35 +0100 |
| commit | fa6c3c43ff94cfbf123f778a077712914f0ed2bc (patch) | |
| tree | b092350f88452c1d07db1ef9ade93d5cb8c52038 | |
| parent | f32cb611a427690db959c16d45bdfb5aa839c1b9 (diff) | |
TypoLZ_UseAfterFree
| -rw-r--r-- | src/SBaseCommon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SBaseCommon.cpp b/src/SBaseCommon.cpp index 6f48ca8..0f9f2c9 100644 --- a/src/SBaseCommon.cpp +++ b/src/SBaseCommon.cpp @@ -931,7 +931,7 @@ TMPQFile * CreateFileHandle(TMPQArchive * ha, TFileEntry * pFileEntry) hf->pStream = NULL;
hf->ha = ha;
- // If the called entered a file entry, we also copy informations from the file entry
+ // If the caller entered a file entry, we also copy informations from the file entry
if(ha != NULL)
{
// Increment number of open files in the archive handle
|
