From ea812fec1153280b94d2fff8bdefd678e86bddeb Mon Sep 17 00:00:00 2001 From: Shauren Date: Thu, 7 May 2020 14:39:40 +0200 Subject: Dep/CascLib: Update to ladislav-zezula/CascLib@0a05c59eb8a3eab1bc5471f43934cd5f992f0aca --- dep/CascLib/src/common/FileTree.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'dep/CascLib/src/common/FileTree.cpp') diff --git a/dep/CascLib/src/common/FileTree.cpp b/dep/CascLib/src/common/FileTree.cpp index ceb578cf578..6a44940bd8a 100644 --- a/dep/CascLib/src/common/FileTree.cpp +++ b/dep/CascLib/src/common/FileTree.cpp @@ -293,13 +293,7 @@ PCASC_FILE_NODE CASC_FILE_TREE::InsertByName(PCASC_CKEY_ENTRY pCKeyEntry, const assert(szFileName != NULL && szFileName[0] != 0); assert(pCKeyEntry != NULL); - //char szCKey[MD5_STRING_SIZE+1]; - //char szEKey[MD5_STRING_SIZE+1]; - //StringFromBinary(pCKeyEntry->CKey, MD5_HASH_SIZE, szCKey); - //StringFromBinary(pCKeyEntry->EKey, MD5_HASH_SIZE, szEKey); - //printf("%s\t%s\t%s\n", szCKey, szEKey, szFileName); - - //BREAK_ON_XKEY3(pCKeyEntry->EKey, 0x03, 0xDC, 0x7D); + //BREAK_ON_XKEY3(pCKeyEntry->EKey, 0x00, 0x00, 0x0F); // Calculate the file name hash FileNameHash = CalcFileNameHash(szFileName); -- cgit v1.2.3