+ SFileFindFile now correctly returns hash index and locale, if exist

This commit is contained in:
unknown
2015-05-13 17:41:34 +02:00
parent 3cfa7f2a1a
commit c45446094e
4 changed files with 142 additions and 86 deletions

View File

@@ -225,7 +225,6 @@ DWORD GetHashTableSizeForFileCount(DWORD dwFileCount)
ULONGLONG HashStringJenkins(const char * szFileName)
{
LPBYTE pbFileName = (LPBYTE)szFileName;
char * szTemp;
char szNameBuff[0x108];
size_t nLength = 0;
unsigned int primary_hash = 1;