Fix CFileSystem::FileSystemType related UB (#15669)

This commit is contained in:
cosin15 2025-01-11 16:42:36 +01:00 committed by GitHub
parent e5542e5b02
commit 37899f7a14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -91,7 +91,7 @@ public:
private:
//! Currently used FileSystemType
EFileSystemType FileSystemType;
EFileSystemType FileSystemType = FILESYSTEM_NATIVE;
//! WorkingDirectory for Native and Virtual filesystems
io::path WorkingDirectory[2];
//! currently attached ArchiveLoaders