Skip to content

Commit

Permalink
Fixed Far2 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyhamster committed May 22, 2022
1 parent d7b1d4a commit 281314f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/IntChecker2-Far2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ static bool RunValidateFiles(const wchar_t* hashListPath, bool silent, bool show
wstring strFullFilePath = ConvertPathToNative(fileInfo.Filename);
std::string hashValueStr;

if (RunGeneration(strFullFilePath, fileInfo.Filename, fileInfo.GetAlgo(), false, progressCtx, hashValueStr, fAborted, fAutoSkipErrors))
if (RunGeneration(strFullFilePath, fileInfo.Filename, fileInfo.HashAlgo, false, progressCtx, hashValueStr, fAborted, fAutoSkipErrors))
{
if (!SameHash(fileInfo.HashStr, hashValueStr))
vMismatches.push_back(fileInfo.Filename);
Expand Down

0 comments on commit 281314f

Please sign in to comment.