mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-13 14:13:32 +02:00
Type agnosticism for some other variables that were not sampleCount...
... in some cases, this fixes narrowings.
This commit is contained in:
@@ -448,7 +448,7 @@ int PCMImportFileHandle::Import(TrackFactory *trackFactory,
|
||||
|
||||
SampleBuffer buffer(maxBlock, mFormat);
|
||||
|
||||
unsigned long framescompleted = 0;
|
||||
decltype(fileTotalFrames) framescompleted = 0;
|
||||
|
||||
long block;
|
||||
do {
|
||||
|
Reference in New Issue
Block a user