From c45446094e3dec085d82bcad8edda7ef41ec83c2 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 13 May 2015 17:41:34 +0200 Subject: + SFileFindFile now correctly returns hash index and locale, if exist --- src/SBaseCommon.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/SBaseCommon.cpp') diff --git a/src/SBaseCommon.cpp b/src/SBaseCommon.cpp index 22b1221..9ae7c78 100644 --- a/src/SBaseCommon.cpp +++ b/src/SBaseCommon.cpp @@ -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; -- cgit v1.2.3