1
0
Fork 0

Fix first bug.

This commit is contained in:
Max Neunhoeffer 2013-11-21 14:52:18 +01:00
parent f98d07b02f
commit 79a475d2d4
1 changed files with 1 additions and 1 deletions

View File

@ -618,7 +618,7 @@ static bool skiplistIndex_findHelperIntervalValid(
}
compareResult = CmpElmElm( skiplistIndex,
&(lNode->doc), &(rNode->doc), TRI_CMP_TOTORDER );
lNode->doc, rNode->doc, TRI_CMP_TOTORDER );
return (compareResult == -1);
// Since we know that the nodes are not neighbours, we can guarantee
// at least one document in the interval.