We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a4d38 commit b889d53Copy full SHA for b889d53
1 file changed
service/diskoperation/supportedfilesystems.cpp
@@ -41,7 +41,7 @@ SupportedFileSystems::SupportedFileSystems()
41
m_fsObjects[FS_EXT4] = new EXT2(FS_EXT4);
42
// m_fs_objects[FS_F2FS] = new f2fs();
43
// m_fs_objects[FS_FAT16] = new fat16(FS_FAT16);
44
- // m_fsObjects[FS_FAT32] = new FAT16(FS_FAT32);
+ m_fsObjects[FS_FAT32] = new FAT16(FS_FAT32);
45
// m_fs_objects[FS_HFS] = new hfs();
46
// m_fs_objects[FS_HFSPLUS] = new hfsplus();
47
// m_fs_objects[FS_JFS] = new jfs();
0 commit comments