1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-20 14:20:06 +02:00
This commit is contained in:
Paul Licameli 2017-10-21 11:23:55 -04:00
parent e4b9b7b505
commit bea1a089ff

View File

@ -2024,7 +2024,7 @@ bool WaveTrack::Get(samplePtr buffer, sampleFormat format,
}
if (doClear)
{
// Usually we fill in empty sapce with zero
// Usually we fill in empty space with zero
if( fill == fillZero )
ClearSamples(buffer, format, 0, len);
// but we don't have to.