We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3f328 commit ab5e014Copy full SHA for ab5e014
src/xml_parsing.cpp
@@ -841,7 +841,7 @@ void BT::XMLParser::PImpl::recursivelyCreateSubtree(
841
{
842
auto it = remapping.find(port_name);
843
// don't override existing remapping
844
- if( it == remapping.end() & !do_autoremap)
+ if( it == remapping.end() && !do_autoremap)
845
846
// remapping is not explicitly defined in the XML: use the model
847
if(port_info.defaultValueString().empty())
0 commit comments