mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-06 03:32:09 +01:00
Add error check comments.
These are places where we don't properly handle error returns.
This commit is contained in:
@@ -815,6 +815,7 @@ void ExportPCM::AddID3Chunk(wxString fName, const Tags *tags, int sf_format)
|
||||
id3_tag_delete(tp);
|
||||
|
||||
wxFFile f(fName, wxT("r+b"));
|
||||
// FIXME: TRAP_ERR wxFFILE ops in Export PCM ID3 could fail.
|
||||
if (f.IsOpened()) {
|
||||
wxUint32 sz;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user