mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-18 09:00:07 +02:00
Fix crash if invalid [Export] format
This commit is contained in:
parent
419ecd411d
commit
24ac6a2d2b
@ -526,6 +526,7 @@ bool Exporter::GetFilename()
|
||||
{
|
||||
mFormat = 0;
|
||||
mFilterIndex = 0;
|
||||
mSubFormat = 0;
|
||||
}
|
||||
maskString.RemoveLast();
|
||||
wxString defext = mPlugins[mFormat]->GetExtension(mSubFormat).Lower();
|
||||
|
Loading…
x
Reference in New Issue
Block a user