mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-28 22:28:44 +02:00
Fix random typo (extra backslash) in Sequence.cpp causing warning
This commit is contained in:
parent
ed7f94ca7d
commit
c046a80562
@ -1636,7 +1636,7 @@ bool Sequence::ConsistencyCheck(const wxChar *whereStr)
|
|||||||
wxString str;
|
wxString str;
|
||||||
DebugPrintf(&str);
|
DebugPrintf(&str);
|
||||||
wxLogError(wxT("%s"), str.c_str());
|
wxLogError(wxT("%s"), str.c_str());
|
||||||
wxLogError(wxT("*** Please report this error to feedback@audacityteam.org ***\n\n\Recommended course of action:\nUndo the failed operation(s), then export or save your work and quit.\n"));
|
wxLogError(wxT("*** Please report this error to feedback@audacityteam.org ***\n\nRecommended course of action:\nUndo the failed operation(s), then export or save your work and quit.\n"));
|
||||||
}
|
}
|
||||||
|
|
||||||
return !bError;
|
return !bError;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user