This commit is contained in:
Shauren
2020-11-05 20:52:53 +01:00
parent 5095bcbf1c
commit 6b6d5aff05
26 changed files with 598 additions and 436 deletions

View File

@@ -67,7 +67,7 @@ struct TRootHandler_SC1 : public TFileTreeRoot
const CASC_CSV_COLUMN & CKeyStr = Csv[CSV_ZERO][1];
// Convert the CKey to binary
if(ConvertStringToBinary(CKeyStr.szValue, MD5_STRING_SIZE, CKey) == ERROR_SUCCESS)
if(BinaryFromString(CKeyStr.szValue, MD5_STRING_SIZE, CKey) == ERROR_SUCCESS)
{
// Verify whether it is a known entry
if((pCKeyEntry = FindCKeyEntry_CKey(hs, CKey)) != NULL)