mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 16:49:41 +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(
|
wxLogWarning(
|
||||||
wxT("Left track %s had linked right track %s with extra right track link.\n Removing extra link from right track."),
|
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;
|
err = true;
|
||||||
l->SetLinked(false);
|
l->SetLinked(false);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user