/*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2003 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
--btreePtr->freeNodes;
btreePtr->flags |= kBTHeaderDirty;
+
+ /* Account for allocations from node reserve */
+ BTUpdateReserve(btreePtr, 1);
+
*nodeNum = nodeNumber;
return noErr;