mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 14:13:57 +01:00
Fix compiler warning
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user