fail a bit earlier on error
This commit is contained in:
parent
c7ba4dfb62
commit
a639d461b8
1 changed files with 1 additions and 0 deletions
|
@ -240,6 +240,7 @@ class treeIterator {
|
||||||
pageid_ = *pid_tmp;
|
pageid_ = *pid_tmp;
|
||||||
p_ = loadPage(-1,pageid_);
|
p_ = loadPage(-1,pageid_);
|
||||||
currentPage_ = (PAGELAYOUT*)p_->impl;
|
currentPage_ = (PAGELAYOUT*)p_->impl;
|
||||||
|
assert(currentPage_);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in a new issue