diff options
| author | Bojan Novković <bnovkov@FreeBSD.org> | 2026-01-27 13:44:54 +0000 |
|---|---|---|
| committer | Bojan Novković <bnovkov@FreeBSD.org> | 2026-01-27 13:52:29 +0000 |
| commit | 1e233e393ddd39faa4c530351c5a584ea0ef4df0 (patch) | |
| tree | 4210fce589e56c07b698a495c12c262f43489453 /lib | |
| parent | 069a67374ed9641ff1ada2aecaac1cc61a560649 (diff) | |
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/db/btree/bt_split.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/db/btree/bt_split.c b/lib/libc/db/btree/bt_split.c index 5fbf8c3ac0f3..865543928c35 100644 --- a/lib/libc/db/btree/bt_split.c +++ b/lib/libc/db/btree/bt_split.c @@ -542,7 +542,7 @@ bt_broot(BTREE *t, PAGE *h, PAGE *l, PAGE *r) * If the key is on an overflow page, mark the overflow chain * so it isn't deleted when the leaf copy of the key is deleted. */ - if (bl->flags & P_BIGKEY) { + if (bl->flags & P_BIGKEY) { pgno_t pgno; memcpy(&pgno, bl->bytes, sizeof(pgno)); if (bt_preserve(t, pgno) == RET_ERROR) |
