mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-31 16:09:28 +02:00
Overwriting export via save-compressed or chain commands: safety...
... of original file contents in case of failure.
This commit is contained in:
parent
cbf4c11e26
commit
49174461d1
@ -395,7 +395,7 @@ bool Exporter::Process(AudacityProject *project, unsigned numChannels,
|
||||
{
|
||||
mFormat = i;
|
||||
mSubFormat = j;
|
||||
return ExportTracks();
|
||||
return CheckFilename() && ExportTracks();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user