diff options
author | Shauren <shauren.trinity@gmail.com> | 2016-07-18 23:37:19 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-07-18 23:37:19 +0200 |
commit | fe4d11c65a512c61ccb924fbf3dc20c8cfc84dc7 (patch) | |
tree | 86888deb22268503d70ae7259bbf17add4dcdc1f /dep/CascLib/src/CascDecrypt.cpp | |
parent | a9a13d10f7c510bb392539608cb276435a78b688 (diff) |
Tools: Extractor updates
* VMAP extractor does not work due to a bug in CascLib
Diffstat (limited to 'dep/CascLib/src/CascDecrypt.cpp')
-rw-r--r-- | dep/CascLib/src/CascDecrypt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/CascLib/src/CascDecrypt.cpp b/dep/CascLib/src/CascDecrypt.cpp index 5f4dc77dfe8..21477b30e8d 100644 --- a/dep/CascLib/src/CascDecrypt.cpp +++ b/dep/CascLib/src/CascDecrypt.cpp @@ -255,7 +255,7 @@ int CascDecrypt(LPBYTE pbOutBuffer, PDWORD pcbOutBuffer, LPBYTE pbInBuffer, DWOR // Check if we know the key pbKey = FindCascKey(KeyName); if(pbKey == NULL) - return ERROR_UNKNOWN_FILE_KEY; + return ERROR_FILE_ENCRYPTED; // Shuffle the Vector with the block index // Note that there's no point to go beyond 32 bits, unless the file has |