Merge pull request #260 from Arkshine/feature/more-amtl-conversion
More AMTL conversion - 🔥 CString and CVector
This commit is contained in:
@ -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));
|
||||
}
|
||||
|
Reference in New Issue
Block a user