1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-18 17:10:05 +02:00

Fix crash if invalid [Export] format

This commit is contained in:
Steve Daulton 2018-05-15 10:29:41 +01:00
parent 419ecd411d
commit 24ac6a2d2b

View File

@ -526,6 +526,7 @@ bool Exporter::GetFilename()
{
mFormat = 0;
mFilterIndex = 0;
mSubFormat = 0;
}
maskString.RemoveLast();
wxString defext = mPlugins[mFormat]->GetExtension(mSubFormat).Lower();