Skip to content

Commit b889d53

Browse files
committed
Revert "fix: Fix fail to format disk to FAT32"
This reverts commit 7f2383a.
1 parent 28a4d38 commit b889d53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

service/diskoperation/supportedfilesystems.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ SupportedFileSystems::SupportedFileSystems()
4141
m_fsObjects[FS_EXT4] = new EXT2(FS_EXT4);
4242
// m_fs_objects[FS_F2FS] = new f2fs();
4343
// m_fs_objects[FS_FAT16] = new fat16(FS_FAT16);
44-
// m_fsObjects[FS_FAT32] = new FAT16(FS_FAT32);
44+
m_fsObjects[FS_FAT32] = new FAT16(FS_FAT32);
4545
// m_fs_objects[FS_HFS] = new hfs();
4646
// m_fs_objects[FS_HFSPLUS] = new hfsplus();
4747
// m_fs_objects[FS_JFS] = new jfs();

0 commit comments

Comments
 (0)