Fix build.
This commit is contained in:
parent
a9905ec95e
commit
db1b7a8067
@ -148,7 +148,7 @@ public:
|
|||||||
if (!i.found())
|
if (!i.found())
|
||||||
{
|
{
|
||||||
memory_used_ += key.length() + 1;
|
memory_used_ += key.length() + 1;
|
||||||
if (!internal_.add(i, value))
|
if (!internal_.add(i))
|
||||||
return false;
|
return false;
|
||||||
i->key = aKey;
|
i->key = aKey;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user