1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-08 08:01:19 +02:00

Fix compiler warning

This commit is contained in:
Paul Licameli 2016-01-29 10:14:52 -05:00
parent c9fa5000fc
commit 3c2e88a6dc

View File

@ -327,7 +327,7 @@ bool EffectTruncSilence::ProcessIndependently()
if (syncLock) {
SyncLockedTracksIterator syncIter(mOutputTracks);
groupFirst = syncIter.First(track);
groupLast = syncIter.Last(track);
groupLast = syncIter.Last();
}
else {
groupFirst = track;