Remove .c_str() calls from parameters to log_header()
This commit is contained in:
@@ -150,7 +150,7 @@ struct ExecPass : public Pass {
|
||||
}
|
||||
}
|
||||
|
||||
log_header(design, "Executing command \"%s\".\n", cmd.c_str());
|
||||
log_header(design, "Executing command \"%s\".\n", cmd);
|
||||
log_push();
|
||||
|
||||
fflush(stdout);
|
||||
|
||||
Reference in New Issue
Block a user