mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 08:39:46 +02:00
Remove a use of c_str
This commit is contained in:
parent
81385d7ebd
commit
526179b63e
@ -435,7 +435,7 @@ bool Track::LinkConsistencyCheck()
|
||||
{
|
||||
wxLogWarning(
|
||||
wxT("Left track %s had linked right track %s with extra right track link.\n Removing extra link from right track."),
|
||||
GetName().c_str(), l->GetName());
|
||||
GetName(), l->GetName());
|
||||
err = true;
|
||||
l->SetLinked(false);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user