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:
@@ -99,6 +99,8 @@ int PCMAliasBlockFile::ReadData(samplePtr data, sampleFormat format,
|
||||
// libsndfile can't (under Windows).
|
||||
sf.reset(SFCall<SNDFILE*>(sf_open_fd, f.fd(), SFM_READ, &info, FALSE));
|
||||
}
|
||||
// FIXME: TRAP_ERR failure of wxFile open incompletely handled in PCMAliasBlockFile::ReadData.
|
||||
|
||||
}
|
||||
|
||||
if (!sf) {
|
||||
|
||||
Reference in New Issue
Block a user