mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 15:49:36 +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
|
// Reset
|
||||||
mCheckpointActive = false;
|
mCheckpointActive = false;
|
||||||
|
|
||||||
if ( rc == SQLITE_OK ) {
|
if ( rc != SQLITE_OK ) {
|
||||||
// Can't checkpoint -- maybe the device has too little space
|
// Can't checkpoint -- maybe the device has too little space
|
||||||
wxFileNameWrapper fName{ name };
|
wxFileNameWrapper fName{ name };
|
||||||
auto path = FileException::AbbreviatePath( fName );
|
auto path = FileException::AbbreviatePath( fName );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user