Fix consistency

This commit is contained in:
Arkshine
2015-07-16 07:49:46 +02:00
parent c775cfca73
commit 9223989a01
3 changed files with 9 additions and 7 deletions

View File

@ -164,7 +164,7 @@ public:
{
if (hashbucket->at(i) == hash)
{
if (key.compare(keybucket->at(i).chars()) == 0)
if (key.compare(keybucket->at(i)) == 0)
{
return &(m_DataBuckets[bucketnum].at(i));
}