mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-15 15:11:12 +02:00
Fix bug in update of progress in CompareAudioCommand
This commit is contained in:
@@ -128,7 +128,7 @@ bool CompareAudioCommand::Apply(CommandExecutionContext context)
|
||||
}
|
||||
|
||||
position += block;
|
||||
Progress((position - mT0) / length);
|
||||
Progress((position - s0) / length);
|
||||
}
|
||||
|
||||
delete [] buff0;
|
||||
|
Reference in New Issue
Block a user