aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/btree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/btree.c b/src/btree.c
index 3f7690dae..7ee0b4eaf 100644
--- a/src/btree.c
+++ b/src/btree.c
@@ -7168,8 +7168,8 @@ static int pageFreeArray(
}
pFree = pCell;
szFree = sz;
- if( NEVER(pFree+sz>pEnd) ){
- return 0; /* Corruption - should be previously detected */
+ if( pFree+sz>pEnd ){
+ return 0;
}
}else{
pFree = pCell;