[POSIX] Add exfat to accepted partition types
authordavilla <davilla@4pi.com>
Fri, 20 Apr 2012 17:22:17 +0000 (13:22 -0400)
committerTrent Nelson <trent.a.b.nelson@gmail.com>
Sat, 21 Sep 2013 15:52:50 +0000 (11:52 -0400)
xbmc/linux/PosixMountProvider.cpp

index e5e4a51..861b214 100644 (file)
@@ -65,6 +65,7 @@ void CPosixMountProvider::GetDrives(VECSOURCES &drives)
             || strcmp(fs, "ext2") == 0 || strcmp(fs, "ext3") == 0
             || strcmp(fs, "reiserfs") == 0 || strcmp(fs, "xfs") == 0
             || strcmp(fs, "ntfs-3g") == 0 || strcmp(fs, "iso9660") == 0
+            || strcmp(fs, "exfat") == 0
             || strcmp(fs, "fusefs") == 0 || strcmp(fs, "hfs") == 0)
           accepted = true;