1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-01 08:29:27 +02:00

Add a TODO comment.

This commit is contained in:
James Crook 2019-04-04 12:51:29 +01:00
parent 4e9b6582b6
commit 71a2683c5f

View File

@ -2094,6 +2094,8 @@ void DirManager::FindMissingAUs(
{
const wxString &key = iter->first;
BlockFilePtr b = iter->second.lock();
// TODO key can be empty in doing a ProjectFSK
// In which case MakeFilePath will fail. Bail out?
if (b) {
if (!b->IsAlias())
{