mirror of
https://github.com/boostorg/auto_index.git
synced 2025-05-11 13:34:10 +00:00
Fix bug for situation where no suitable index location is found.
[SVN r84180]
This commit is contained in:
parent
557b5cc2c6
commit
580822e2f9
@ -590,6 +590,8 @@ void process_node(boost::tiny_xml::element_ptr node, node_id* prev, title_info*
|
|||||||
preferred_term = true;
|
preferred_term = true;
|
||||||
}
|
}
|
||||||
parent = parent->parent.lock();
|
parent = parent->parent.lock();
|
||||||
|
if(!parent)
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(const std::exception&){}
|
catch(const std::exception&){}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user