1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-06 17:13:49 +01:00

Bug 2035 - Save Project fails to display error message on Save with overfull disk

This commit is contained in:
James Crook
2018-12-02 21:55:58 +00:00
parent b3a3b05e40
commit 253aca7eec

View File

@@ -3997,8 +3997,10 @@ bool AudacityProject::DoSave (const bool fromSaveAs,
// all of our block files over.
pSetter.create( *mDirManager, projPath, projName, true );
if (!pSetter->Ok())
if (!pSetter->Ok()){
success = false;
return false;
}
}
// Commit the writing of the .aup only now, after we know that the _data