mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-19 15:11:23 +01:00
Add a TODO comment.
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user