mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-05 22:59:29 +02:00
Bug 2035 - Save Project fails to display error message on Save with overfull disk
This commit is contained in:
parent
b3a3b05e40
commit
253aca7eec
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user