1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-05 14:18:53 +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,6 +533,7 @@ ProgressResult ExportCL::Export(AudacityProject *project,
dlg.ShowModal();
if (process.GetStatus() != 0)
updateResult = ProgressResult::Failed;
}