mirror of
https://github.com/ladislav-zezula/StormLib.git
synced 2026-01-20 22:57:20 +01:00
+ SFileFindFile now correctly returns hash index and locale, if exist
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user