Skip to content

Commit 8178b71

Browse files
committed
[lib] clang syntax
1 parent 6692776 commit 8178b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/libarchfpga/src/read_xml_arch_file.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3624,7 +3624,7 @@ static void ProcessPinLocations(pugi::xml_node Locations,
36243624
//Missing
36253625
archfpga_throw(loc_data.filename_c_str(), loc_data.line(Locations),
36263626
"Pin '%s[%d].%s[%d]' has no pin location specificed (a location is required for pattern=\"custom\")",
3627-
SubTile->name, iinst, port.name, ipin);
3627+
SubTile->name.c_str(), iinst, port.name, ipin);
36283628
}
36293629
}
36303630
}

0 commit comments

Comments
 (0)