1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 09:20:16 +01:00

Bug 2677 - Win/Mac: An AUP file can crash Audacity when opened in 3.0.0

This commit is contained in:
James Crook
2021-02-25 16:01:52 +00:00
parent f0ba75773f
commit 15c862a836

View File

@@ -777,7 +777,7 @@ bool AUPImportFileHandle::HandleProject(XMLTagHandler *&handler)
if (projName.empty()) if (projName.empty())
{ {
AudacityMessageBox( AudacityMessageBox(
XO("Couldn't find the project data folder: \"%s\"").Format(*value), XO("Couldn't find the project data folder: \"%s\"").Format(std::cref(value)),
XO("Error Opening Project"), XO("Error Opening Project"),
wxOK | wxCENTRE, wxOK | wxCENTRE,
&window); &window);