Skip to content

Commit 4e38274

Browse files
committed
fix a typo
1 parent 07d4bac commit 4e38274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/librrgraph/src/io/gen/rr_graph_uxsdcxx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2461,7 +2461,7 @@ inline void load_grid_loc_required_attributes(const pugi::xml_node &root, int *
24612461
}
24622462

24632463
inline void load_node_loc_required_attributes(const pugi::xml_node &root, int * xhigh, int * xlow, int * yhigh, int * ylow, const std::function<void(const char *)> * report_error){
2464-
std::bitset<8> astate = 0;
2464+
std::bitset<7> astate = 0;
24652465
for(pugi::xml_attribute attr = root.first_attribute(); attr; attr = attr.next_attribute()){
24662466
atok_t_node_loc in = lex_attr_t_node_loc(attr.name(), report_error);
24672467
if(astate[(int)in] == 0) astate[(int)in] = 1;

0 commit comments

Comments
 (0)