mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-20 15:41:18 +01:00
Bug1561, addendum: should still quit after benchmark from cmd line
This commit is contained in:
@@ -1517,7 +1517,6 @@ bool AudacityApp::OnInit()
|
|||||||
// Important: Prevent deleting any temporary files!
|
// Important: Prevent deleting any temporary files!
|
||||||
DirManager::SetDontDeleteTempFiles();
|
DirManager::SetDontDeleteTempFiles();
|
||||||
QuitAudacity(true);
|
QuitAudacity(true);
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
@@ -1528,7 +1527,7 @@ bool AudacityApp::OnInit()
|
|||||||
if (parser->Found(wxT("t")))
|
if (parser->Found(wxT("t")))
|
||||||
{
|
{
|
||||||
RunBenchmark(NULL);
|
RunBenchmark(NULL);
|
||||||
return false;
|
QuitAudacity(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
// As of wx3, there's no need to process the filename arguments as they
|
// As of wx3, there's no need to process the filename arguments as they
|
||||||
|
|||||||
Reference in New Issue
Block a user