mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 00:49:33 +02:00
Fix stupid test
This commit is contained in:
parent
b96b8bccc1
commit
22e90cbf72
@ -580,7 +580,7 @@ bool ProjectFileManager::SaveCopy(const FilePath &fileName /* = wxT("") */)
|
||||
wxOK | wxICON_ERROR);
|
||||
m.ShowModal();
|
||||
|
||||
if (!project.mBatchMode == 0)
|
||||
if (project.mBatchMode)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user