1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-18 16:57:54 +01: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.