summaryrefslogtreecommitdiff
path: root/src/btree/bt_curnext.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/btree/bt_curnext.c')
-rw-r--r--src/btree/bt_curnext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/btree/bt_curnext.c b/src/btree/bt_curnext.c
index 0e3b7207edf..4720dc685e5 100644
--- a/src/btree/bt_curnext.c
+++ b/src/btree/bt_curnext.c
@@ -414,7 +414,7 @@ __wt_btcur_next(WT_CURSOR_BTREE *cbt, bool truncating)
if (truncating)
LF_SET(WT_READ_TRUNCATE);
- WT_RET(__cursor_func_init(cbt, 0));
+ WT_RET(__cursor_func_init(cbt, false));
/*
* If we aren't already iterating in the right direction, there's