mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-21 16:11:11 +01:00
BlockFile::ReadData overrides: on failure, pad with 0s or throw...
... as the mayThrow argument directs.
This commit is contained in:
@@ -32,7 +32,7 @@ bool SilentBlockFile::ReadSummary(ArrayOf<char> &data)
|
||||
}
|
||||
|
||||
size_t SilentBlockFile::ReadData(samplePtr data, sampleFormat format,
|
||||
size_t WXUNUSED(start), size_t len) const
|
||||
size_t WXUNUSED(start), size_t len, bool) const
|
||||
{
|
||||
ClearSamples(data, format, 0, len);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user