/*
- * Copyright (c) 2000-2008 Apple Inc. All rights reserved.
+ * Copyright (c) 2000-2014 Apple Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
{
goto ErrorExit;
}
-
+
// The child node should be at a level one less than the parent.
--level;
}
// update BTreeInfoRec
btreePtr->rootNode = rootNum;
- btreePtr->flags |= kBTHeaderDirty;
-
+ M_BTreeHeaderDirty(btreePtr);
+
return noErr;