mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-22 14:11:41 +01:00
Campbell Barton's further patch to turn many, many tabs to our 3-space convenbtion
This commit is contained in:
@@ -371,7 +371,7 @@ int PCMImportFileHandle::Import(TrackFactory *trackFactory,
|
||||
int updateCounter = 0;
|
||||
|
||||
for (sampleCount i = 0; i < fileTotalFrames; i += maxBlockSize) {
|
||||
|
||||
|
||||
sampleCount blockLen = maxBlockSize;
|
||||
if (i + blockLen > fileTotalFrames)
|
||||
blockLen = fileTotalFrames - i;
|
||||
|
||||
Reference in New Issue
Block a user