[Tool] bug fix

This commit is contained in:
tangxifan 2021-04-10 15:36:02 -06:00
parent 03b68a1fdd
commit 7c6e000be8
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ int write_fabric_regional_config_bit_to_xml_file(std::fstream& fp,
int status = 0;
write_tab_to_file(fp, xml_hierarchy_depth);
fp << "<region";
fp << "<region ";
fp << "id=\"";
fp << size_t(fabric_region);
fp << "\"";