1
0
Fork 0

Merge branch '1.1' of github.com:triAGENS/ArangoDB into 1.1

This commit is contained in:
a-brandt 2012-10-17 12:03:39 +02:00
commit d9f94622c5
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