mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-30 05:09:04 +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
|
@ -1822,7 +1822,7 @@ std::string AstModule::derive_common(RTLIL::Design *design, const dict<RTLIL::Id
|
|||
return modname;
|
||||
|
||||
if (!quiet)
|
||||
log_header(design, "Executing AST frontend in derive mode using pre-parsed AST for module `%s'.\n", stripped_name.c_str());
|
||||
log_header(design, "Executing AST frontend in derive mode using pre-parsed AST for module `%s'.\n", stripped_name);
|
||||
loadconfig();
|
||||
|
||||
pool<IdString> rewritten;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue