Skip to content

Commit 3941904

Browse files
committed
Revert "fix: Fix fail to format disk to FAT32"
This reverts commit db3d1ce. Bug: https://pms.uniontech.com/bug-view-352827.html
1 parent 7abdcf5 commit 3941904

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
@@ -40,7 +40,7 @@ SupportedFileSystems::SupportedFileSystems()
4040
m_fsObjects[FS_EXT4] = new EXT2(FS_EXT4);
4141
// m_fs_objects[FS_F2FS] = new f2fs();
4242
// m_fs_objects[FS_FAT16] = new fat16(FS_FAT16);
43-
// m_fsObjects[FS_FAT32] = new FAT16(FS_FAT32);
43+
m_fsObjects[FS_FAT32] = new FAT16(FS_FAT32);
4444
// m_fs_objects[FS_HFS] = new hfs();
4545
// m_fs_objects[FS_HFSPLUS] = new hfsplus();
4646
// m_fs_objects[FS_JFS] = new jfs();

0 commit comments

Comments
 (0)