mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 16:40:07 +02:00
Keep DEPRECATED_AUDIO_CACHE compilable
This commit is contained in:
parent
70f981e847
commit
c5ed9b37be
@ -1790,7 +1790,7 @@ void DirManager::FillBlockfilesCache()
|
||||
b->FillCache();
|
||||
}
|
||||
|
||||
if (!progress.Update(current, numNeed))
|
||||
if (ProgressResult::Cancelled != progress.Update(current, numNeed))
|
||||
break; // user cancelled progress dialog, stop caching
|
||||
current++;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user