mirror of
https://github.com/boostorg/auto_index.git
synced 2025-05-09 23:24:02 +00:00
Merge branch 'develop'
This commit is contained in:
commit
f2d8965d71
@ -590,6 +590,8 @@ void process_node(boost::tiny_xml::element_ptr node, node_id* prev, title_info*
|
||||
preferred_term = true;
|
||||
}
|
||||
parent = parent->parent.lock();
|
||||
if(!parent)
|
||||
break;
|
||||
}
|
||||
}
|
||||
catch(const std::exception&){}
|
||||
|
Loading…
x
Reference in New Issue
Block a user