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:
Jérôme Duval
2006-02-23 09:23:14 +00:00
parent 20a4e7265c
commit 3c70366ab9
@@ -255,7 +255,7 @@ Index::Update(Transaction &transaction, const char *name, int32 type, const uint
BPlusTree *tree;
if ((status = Node()->GetTree(&tree)) < B_OK)
status;
return status;
// 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
INFORM(("Could not find value in index \"%s\"!\n", name));
} else if (status < B_OK)
status;
return status;
}
// add the new key to the tree