summaryrefslogtreecommitdiff
path: root/src/btree/bt_cursor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/btree/bt_cursor.c')
-rw-r--r--src/btree/bt_cursor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/btree/bt_cursor.c b/src/btree/bt_cursor.c
index 5ebc8613516..0b5d9e118d4 100644
--- a/src/btree/bt_cursor.c
+++ b/src/btree/bt_cursor.c
@@ -63,7 +63,7 @@ static inline int
__cursor_fix_implicit(WT_BTREE *btree, WT_CURSOR_BTREE *cbt)
{
return (btree->type == BTREE_COL_FIX &&
- !F_ISSET(cbt, WT_CBT_MAX_RECORD) ? 1 : 0);
+ !F_ISSET(cbt, WT_CBT_MAX_RECORD));
}
/*