Fixed some warnings

git-svn-id: svn://ultimatepp.org/upp/trunk@15050 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-09-16 12:53:11 +00:00
parent 06b65065bf
commit 3b5ed30452
3 changed files with 3 additions and 3 deletions

View file

@ -79,7 +79,7 @@ static void CalcHash(Vector<Index<dword>>& hash, const Vector<String>& file, int
{ // 1st row
Index<dword>& first = hash.Add();
for(int i = 0; i < file.GetCount(); i++)
first.Add(GetHashValue(file[i]));
first.Add(FoldHash(GetHashValue(file[i])));
}
static const int prime[] =
{