mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 07:39:42 +02:00
Remove test code which generated a disk full warning.
This commit is contained in:
parent
5407f92c0c
commit
13c5fe476f
@ -320,7 +320,7 @@ void DBConnection::CheckpointThread()
|
||||
// Reset
|
||||
mCheckpointActive = false;
|
||||
|
||||
if ( rc == SQLITE_OK ) {
|
||||
if ( rc != SQLITE_OK ) {
|
||||
// Can't checkpoint -- maybe the device has too little space
|
||||
wxFileNameWrapper fName{ name };
|
||||
auto path = FileException::AbbreviatePath( fName );
|
||||
|
Loading…
x
Reference in New Issue
Block a user