1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-02 00:49:33 +02:00

Fix stupid test

This commit is contained in:
Leland Lucius 2020-07-05 16:05:43 -05:00
parent b96b8bccc1
commit 22e90cbf72

View File

@ -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;
}