diff options
Diffstat (limited to '')
-rw-r--r-- | partition.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/partition.cpp b/partition.cpp index cf7aab87e..c9b10dab5 100644 --- a/partition.cpp +++ b/partition.cpp @@ -359,6 +359,7 @@ bool TWPartition::Is_File_System(string File_System) { File_System == "vfat" || File_System == "ntfs" || File_System == "yaffs2" || + File_System == "exfat" || File_System == "auto") return true; else |