diff options
Diffstat (limited to 'src/btree/bt_curprev.c')
-rw-r--r-- | src/btree/bt_curprev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/btree/bt_curprev.c b/src/btree/bt_curprev.c index 661dd99558b..f79351c86e8 100644 --- a/src/btree/bt_curprev.c +++ b/src/btree/bt_curprev.c @@ -503,7 +503,7 @@ __wt_btcur_prev(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 |