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

Fix bug 1873

This commit is contained in:
Steve Daulton 2018-07-04 21:00:51 +01:00
parent 1be17fc7a7
commit 3c657ea05d

View File

@ -533,7 +533,8 @@ ProgressResult ExportCL::Export(AudacityProject *project,
dlg.ShowModal();
updateResult = ProgressResult::Failed;
if (process.GetStatus() != 0)
updateResult = ProgressResult::Failed;
}
return updateResult;