mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-13 08:05:52 +01:00
Remove a use of c_str
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user