[gparted] Add missing exfat file system to set_proper_filesystem method
- From: Curtis Gedak <gedakc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gparted] Add missing exfat file system to set_proper_filesystem method
- Date: Sat, 22 Oct 2011 20:41:48 +0000 (UTC)
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]