mirror of https://gitee.com/bigwinds/arangodb
changed "false" to "NULL"
This commit is contained in:
parent
5027294e26
commit
e8d7ecc79a
|
@ -725,7 +725,7 @@ void* TRI_InsertElementMultiPointer (TRI_multi_pointer_t* array, void* element,
|
|||
|
||||
// check for out-of-memory
|
||||
if (array->_nrAlloc == array->_nrUsed) {
|
||||
return false;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
// compute the hash
|
||||
|
|
Loading…
Reference in New Issue