[gparted] Remove comment about wrong identifier for HFS/HFS+ (#568867)
- From: Curtis Gedak <gedakc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gparted] Remove comment about wrong identifier for HFS/HFS+ (#568867)
- Date: Fri, 26 Feb 2010 17:37:13 +0000 (UTC)
commit 4e2be4047cb9b7d190dda401b618f5838b70fb40
Author: Curtis Gedak <gedakc gmail com>
Date: Fri Feb 26 10:33:57 2010 -0700
Remove comment about wrong identifier for HFS/HFS+ (#568867)
With parted-2.2 the partition identifier for HFS and HFS+ is set to 0xAF.
With previous versions of parted this was incorrectly set to 0x83.
src/GParted_Core.cc | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/GParted_Core.cc b/src/GParted_Core.cc
index b6f064c..6c07adb 100644
--- a/src/GParted_Core.cc
+++ b/src/GParted_Core.cc
@@ -2253,7 +2253,6 @@ bool GParted_Core::set_partition_type( const Partition & partition, OperationDet
fs_type = ped_file_system_type_get( "linux-swap(new)" ) ;
//default is Linux (83)
- //FIXME: Currently HFS+ and HFS get set to 83, but should be AF.
if ( ! fs_type )
fs_type = ped_file_system_type_get( "ext2" ) ;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]