mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-16 15:57:52 +01:00
Fix bug 1873
This commit is contained in:
@@ -533,7 +533,8 @@ ProgressResult ExportCL::Export(AudacityProject *project,
|
||||
|
||||
dlg.ShowModal();
|
||||
|
||||
updateResult = ProgressResult::Failed;
|
||||
if (process.GetStatus() != 0)
|
||||
updateResult = ProgressResult::Failed;
|
||||
}
|
||||
|
||||
return updateResult;
|
||||
|
||||
Reference in New Issue
Block a user