1
0
Fork 0

fixed hasharray bug introduced yesterday

This commit is contained in:
Jan Steemann 2012-10-17 11:49:02 +02:00
parent 98633abc6c
commit 7716a6a0e3
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ static bool AllocateTable (TRI_hasharray_t* array, size_t numElements) {
if (offset == 0) {
// we're already on a cache line boundary
table = array->_data;
table = data;
}
else {
// move to start of a cache line