1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-26 23:33:49 +01:00

an assertion

This commit is contained in:
Paul Licameli
2016-08-22 16:13:46 -04:00
parent 2be2e73e66
commit 82a5950a6c

View File

@@ -181,6 +181,7 @@ sampleCount VoiceKey::OnForward (WaveTrack & t, sampleCount start, sampleCount l
//Now, go through the sound again, sample by sample.
wxASSERT(WindowSizeInt < SignalWindowSizeInt);
size_t i;
for(i = 0; i < SignalWindowSizeInt - WindowSizeInt; i++) {