Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion service/diskoperation/supportedfilesystems.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ SupportedFileSystems::SupportedFileSystems()
m_fsObjects[FS_EXT4] = new EXT2(FS_EXT4);
// m_fs_objects[FS_F2FS] = new f2fs();
// m_fs_objects[FS_FAT16] = new fat16(FS_FAT16);
// m_fsObjects[FS_FAT32] = new FAT16(FS_FAT32);
m_fsObjects[FS_FAT32] = new FAT16(FS_FAT32);
// m_fs_objects[FS_HFS] = new hfs();
// m_fs_objects[FS_HFSPLUS] = new hfsplus();
// m_fs_objects[FS_JFS] = new jfs();
Expand Down
Loading