1
0
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:
James Crook 2020-09-14 19:00:25 +01:00
parent 5407f92c0c
commit 13c5fe476f

View File

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