This commit is contained in:
2024-08-15 13:52:51 -07:00
parent f93466316a
commit 405a2ca161
+1 -1
View File
@@ -4237,7 +4237,7 @@ checkMaxVersion(Node *root, Node *node, InternalVersionT oldestVersion,
bool success = true;
if (node->partialKeyLen > 0) {
fprintf(stderr, "Root cannot have a partial key");
fprintf(stderr, "Root cannot have a partial key\n");
success = false;
}
checkParentPointers(node, success);