fix for changes in revision 16498, pointed by Marcus
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16502 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -255,7 +255,7 @@ Index::Update(Transaction &transaction, const char *name, int32 type, const uint
|
|||||||
|
|
||||||
BPlusTree *tree;
|
BPlusTree *tree;
|
||||||
if ((status = Node()->GetTree(&tree)) < B_OK)
|
if ((status = Node()->GetTree(&tree)) < B_OK)
|
||||||
status;
|
return status;
|
||||||
|
|
||||||
// remove the old key from the tree
|
// remove the old key from the tree
|
||||||
|
|
||||||
@@ -265,7 +265,7 @@ Index::Update(Transaction &transaction, const char *name, int32 type, const uint
|
|||||||
// That's not nice, but should be no reason to let the whole thing fail
|
// That's not nice, but should be no reason to let the whole thing fail
|
||||||
INFORM(("Could not find value in index \"%s\"!\n", name));
|
INFORM(("Could not find value in index \"%s\"!\n", name));
|
||||||
} else if (status < B_OK)
|
} else if (status < B_OK)
|
||||||
status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
// add the new key to the tree
|
// add the new key to the tree
|
||||||
|
|||||||
Reference in New Issue
Block a user