1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-02 17:09:26 +02:00

Keep DEPRECATED_AUDIO_CACHE compilable

This commit is contained in:
Paul Licameli 2020-03-12 13:44:45 -04:00
parent 70f981e847
commit c5ed9b37be

View File

@ -1790,7 +1790,7 @@ void DirManager::FillBlockfilesCache()
b->FillCache(); b->FillCache();
} }
if (!progress.Update(current, numNeed)) if (ProgressResult::Cancelled != progress.Update(current, numNeed))
break; // user cancelled progress dialog, stop caching break; // user cancelled progress dialog, stop caching
current++; current++;
} }