1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-04 02:33:14 +01:00

AUP3: I think we've progressed enough to remove my abort()

This commit is contained in:
Leland Lucius
2020-08-26 00:23:48 -05:00
parent 0bbf1792fa
commit 407c83ebf0

View File

@@ -2123,7 +2123,7 @@ void ProjectFileIO::SetDBError(const TranslatableString &msg)
wxLogDebug(wxT(" Lib error: %s"), mLibraryError.Debug());
printf(" Lib error: %s", mLibraryError.Debug().mb_str().data());
}
abort();
wxASSERT(false);
}