mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-31 22:04:04 -06:00
Fixed some warnings
git-svn-id: svn://ultimatepp.org/upp/trunk@15050 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
06b65065bf
commit
3b5ed30452
3 changed files with 3 additions and 3 deletions
|
|
@ -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[] =
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue