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:
parent
70f981e847
commit
c5ed9b37be
@ -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++;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user