Fix the "Intel Extended Partition" add-on to use the correct disk system

name ("Intel Extended Partition"), this allows disks with extended partitions
to successfully PrepareForModifications(). I have just used DriveSetup to
initialize a partition with BFS. Yay!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23851 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2008-02-03 19:08:52 +00:00
parent 495bcef7a8
commit 4290042b17
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ using std::nothrow;
// constructor // constructor
ExtendedPartitionAddOn::ExtendedPartitionAddOn() ExtendedPartitionAddOn::ExtendedPartitionAddOn()
: BDiskSystemAddOn(kPartitionTypeIntel, 0) : BDiskSystemAddOn(kPartitionTypeIntelExtended, 0)
{ {
} }