mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Type agnosticism for some other variables that were not sampleCount...
... in some cases, this fixes narrowings.
This commit is contained in:
@@ -335,7 +335,7 @@ void BenchmarkDialog::OnRun( wxCommandEvent & WXUNUSED(event))
|
||||
gPrefs->Flush();
|
||||
|
||||
// Rememebr the old blocksize, so that we can restore it later.
|
||||
int oldBlockSize = Sequence::GetMaxDiskBlockSize();
|
||||
auto oldBlockSize = Sequence::GetMaxDiskBlockSize();
|
||||
Sequence::SetMaxDiskBlockSize(blockSize * 1024);
|
||||
|
||||
wxBusyCursor busy;
|
||||
|
||||
Reference in New Issue
Block a user