summaryrefslogtreecommitdiff
path: root/src/btree/bt_ret.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/btree/bt_ret.c')
-rw-r--r--src/btree/bt_ret.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/btree/bt_ret.c b/src/btree/bt_ret.c
index 8ef2db67e7b..6409a1a180c 100644
--- a/src/btree/bt_ret.c
+++ b/src/btree/bt_ret.c
@@ -64,10 +64,10 @@ __wt_kv_return(WT_SESSION_IMPL *session, WT_CURSOR_BTREE *cbt, WT_UPDATE *upd)
}
/* Take the value from the original page cell. */
- cell = WT_COL_PTR(page, &page->pg_var_d[cbt->slot]);
+ cell = WT_COL_PTR(page, &page->pg_var[cbt->slot]);
break;
case WT_PAGE_ROW_LEAF:
- rip = &page->pg_row_d[cbt->slot];
+ rip = &page->pg_row[cbt->slot];
/*
* If the cursor references a WT_INSERT item, take its key.