mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-07 20:22:13 +01:00
Add error check comments.
These are places where we don't properly handle error returns.
This commit is contained in:
@@ -1396,6 +1396,7 @@ void MP3Exporter::PutInfoTag(wxFFile & f, wxFileOffset off)
|
||||
{
|
||||
if (mGF) {
|
||||
if (mInfoTagLen > 0) {
|
||||
// FIXME: TRAP_ERR Seek and writ ein MP3 exporter could fail.
|
||||
f.Seek(off, wxFromStart);
|
||||
f.Write(mInfoTagBuf, mInfoTagLen);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user