mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 15:49:41 +02:00
Experimental commit for testing more FAT exclusion
This commit is contained in:
parent
60ebe7919a
commit
28a286c656
@ -326,6 +326,11 @@ bool ProjectFileIO::OpenConnection(FilePath fileName /* = {} */)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (FileNames::FATFilesystemDenied(fileName, XO("Project resides on FAT formatted drive.")))
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
// Pass weak_ptr to project into DBConnection constructor
|
// Pass weak_ptr to project into DBConnection constructor
|
||||||
curConn = std::make_unique<DBConnection>(
|
curConn = std::make_unique<DBConnection>(
|
||||||
mProject.shared_from_this(), mpErrors, [this]{ OnCheckpointFailure(); } );
|
mProject.shared_from_this(), mpErrors, [this]{ OnCheckpointFailure(); } );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user