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:
parent
4e9b6582b6
commit
71a2683c5f
@ -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())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user