replaced uint32 by addr_t where it applies to please gcc on x86_64
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21422 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1908,7 +1908,7 @@ TreeIterator::Goto(int8 to)
|
||||
nextOffset = node->OverflowLink();
|
||||
else {
|
||||
if (node->AllKeyLength() > fTree->fNodeSize
|
||||
|| (uint32)node->Values() > (uint32)node + fTree->fNodeSize
|
||||
|| (addr_t)node->Values() > (addr_t)node + fTree->fNodeSize
|
||||
- 8 * node->NumKeys())
|
||||
RETURN_ERROR(B_ERROR);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user