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:
parent
cf0b1dde21
commit
4e2be4047c
|
@ -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" ) ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue