mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-02 02:47:48 +02:00
Also fix issue-1471 (lef: make warning about 'FOREIGN differs from MACRO name' more informative)
This commit is contained in:
@@ -968,7 +968,7 @@ LEFImporter::read_macro (Layout &layout)
|
||||
foreign_name = cn;
|
||||
|
||||
if (foreign_name != mn) {
|
||||
warn (tl::to_string (tr ("FOREIGN name differs from MACRO name in macro: ")) + mn);
|
||||
warn (tl::to_string (tl::sprintf (tl::to_string (tr ("FOREIGN name %s differs from MACRO %s")), foreign_name, mn)));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user