[gparted] Add missing exfat file system to set_proper_filesystem method



commit 284cfa7ed950d259b2c1a8e5409a73898fc4f586
Author: Curtis Gedak <gedakc gmail com>
Date:   Sat Oct 22 14:40:08 2011 -0600

    Add missing exfat file system to set_proper_filesystem method
    
    This should have been part of commit
    7cbc125a2e9d26999c18f7a1539d96ed61a81f5c

 src/GParted_Core.cc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/GParted_Core.cc b/src/GParted_Core.cc
index 88139ab..a2e7557 100644
--- a/src/GParted_Core.cc
+++ b/src/GParted_Core.cc
@@ -2922,6 +2922,7 @@ bool GParted_Core::set_proper_filesystem( const FILESYSTEM & filesystem )
 	switch( filesystem )
 	{
 		case FS_BTRFS		: p_filesystem = new btrfs() ;	 	break ;
+		case FS_EXFAT		: p_filesystem = new exfat() ;	 	break ;
 		case FS_EXT2		: p_filesystem = new ext2() ;	 	break ;
 		case FS_EXT3		: p_filesystem = new ext3() ; 		break ;
 		case FS_EXT4		: p_filesystem = new ext4() ; 		break ;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]