aboutsummaryrefslogtreecommitdiff
path: root/src/SBaseCommon.cpp
diff options
context:
space:
mode:
authorunknown <C:\Ladik\Mail>2015-05-13 17:41:34 +0200
committerunknown <C:\Ladik\Mail>2015-05-13 17:41:34 +0200
commitc45446094e3dec085d82bcad8edda7ef41ec83c2 (patch)
tree8800f86411aa7a5f2aad0a15f0f7995f76274e20 /src/SBaseCommon.cpp
parent3cfa7f2a1a81b226f5a5c3a43f4f9bd5704881f9 (diff)
+ SFileFindFile now correctly returns hash index and locale, if exist
Diffstat (limited to 'src/SBaseCommon.cpp')
-rw-r--r--src/SBaseCommon.cpp1
1 files changed, 0 insertions, 1 deletions
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;