Sanitise btree_detail::node_location

This commit is contained in:
Joe Thornber
2013-05-15 13:37:30 +01:00
parent 35cf5cbb73
commit b0d1fa0851
7 changed files with 207 additions and 80 deletions

View File

@@ -115,7 +115,7 @@ namespace {
ni->leaf = leaf;
ni->depth = loc.depth;
ni->level = loc.level;
ni->level = loc.level();
ni->b = n.get_location();
if (n.get_nr_entries())