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.
This commit is contained in:
Curtis Gedak 2010-02-26 10:33:57 -07:00
parent cf0b1dde21
commit 4e2be4047c
1 changed files with 0 additions and 1 deletions

View File

@ -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" ) ;