diff options
author | Shauren <shauren.trinity@gmail.com> | 2017-12-29 16:43:54 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2017-12-30 00:26:38 +0100 |
commit | d66f14096068ee1ffa19461b68e07095ef68a778 (patch) | |
tree | cbd6b6962cabb0550761082b207e7ab55fa1108d /dep/CascLib/src/CascRootFile_SC1.cpp | |
parent | 7bb62cd23de167788b4c3dc330cdf8b5baeddc8c (diff) |
Dep/CascLib: Update to ladislav-zezula/CascLib@c63818ecf8d998fae811a2d6db23045f4f6e36a1
Diffstat (limited to 'dep/CascLib/src/CascRootFile_SC1.cpp')
-rw-r--r-- | dep/CascLib/src/CascRootFile_SC1.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dep/CascLib/src/CascRootFile_SC1.cpp b/dep/CascLib/src/CascRootFile_SC1.cpp index 76c7756ea23..a795cfd8d96 100644 --- a/dep/CascLib/src/CascRootFile_SC1.cpp +++ b/dep/CascLib/src/CascRootFile_SC1.cpp @@ -148,9 +148,7 @@ int RootHandler_CreateSC1(TCascStorage * hs, LPBYTE pbRootFile, DWORD cbRootFile void * pTextFile; size_t nLength; char szOneLine[0x200]; - char szFileName[MAX_PATH+1]; DWORD dwFileCountMax = (DWORD)hs->pEncodingMap->TableSize; - int nFileNameIndex; int nError = ERROR_SUCCESS; // Allocate the root handler object |