mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-23 17:25:54 +01:00
Remove inappropriate assertion...
... Errors reported by sqlite are not conditions that should be provably impossible.
This commit is contained in:
@@ -80,8 +80,6 @@ void DBConnection::SetDBError(
|
|||||||
? Verbatim(sqlite3_errmsg(DB())) : libraryError;
|
? Verbatim(sqlite3_errmsg(DB())) : libraryError;
|
||||||
wxLogDebug(wxT(" Lib error: %s"), mpErrors->mLibraryError.Debug());
|
wxLogDebug(wxT(" Lib error: %s"), mpErrors->mLibraryError.Debug());
|
||||||
printf(" Lib error: %s", mpErrors->mLibraryError.Debug().mb_str().data());
|
printf(" Lib error: %s", mpErrors->mLibraryError.Debug().mb_str().data());
|
||||||
|
|
||||||
wxASSERT(false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool DBConnection::Open(const char *fileName)
|
bool DBConnection::Open(const char *fileName)
|
||||||
|
|||||||
Reference in New Issue
Block a user