mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-22 09:21:29 +00:00
Remove .c_str() calls from parameters to log_header()
This commit is contained in:
parent
5ac6858f26
commit
d1fd6de6da
7 changed files with 7 additions and 7 deletions
|
@ -537,7 +537,7 @@ struct LibertyFrontend : public Frontend {
|
|||
if (flag_wb && flag_lib)
|
||||
log_error("-wb and -lib cannot be specified together!\n");
|
||||
|
||||
log_header(design, "Executing Liberty frontend: %s\n", filename.c_str());
|
||||
log_header(design, "Executing Liberty frontend: %s\n", filename);
|
||||
|
||||
LibertyParser parser(*f, filename);
|
||||
int cell_count = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue