mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 08:09:32 +02:00
AUP3: I think we've progressed enough to remove my abort()
This commit is contained in:
parent
0bbf1792fa
commit
407c83ebf0
@ -2123,7 +2123,7 @@ void ProjectFileIO::SetDBError(const TranslatableString &msg)
|
|||||||
wxLogDebug(wxT(" Lib error: %s"), mLibraryError.Debug());
|
wxLogDebug(wxT(" Lib error: %s"), mLibraryError.Debug());
|
||||||
printf(" Lib error: %s", mLibraryError.Debug().mb_str().data());
|
printf(" Lib error: %s", mLibraryError.Debug().mb_str().data());
|
||||||
}
|
}
|
||||||
abort();
|
|
||||||
wxASSERT(false);
|
wxASSERT(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user