mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 16:43:52 +01:00
Keep DEPRECATED_AUDIO_CACHE compilable
This commit is contained in:
@@ -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++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user