From 4290042b17ede76d32b0ae94ea5f84b2e376dae4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Sun, 3 Feb 2008 19:08:52 +0000 Subject: [PATCH] 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 --- src/add-ons/disk_systems/intel/ExtendedPartitionAddOn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/add-ons/disk_systems/intel/ExtendedPartitionAddOn.cpp b/src/add-ons/disk_systems/intel/ExtendedPartitionAddOn.cpp index 94bb48a572..e3aadba828 100644 --- a/src/add-ons/disk_systems/intel/ExtendedPartitionAddOn.cpp +++ b/src/add-ons/disk_systems/intel/ExtendedPartitionAddOn.cpp @@ -19,7 +19,7 @@ using std::nothrow; // constructor ExtendedPartitionAddOn::ExtendedPartitionAddOn() - : BDiskSystemAddOn(kPartitionTypeIntel, 0) + : BDiskSystemAddOn(kPartitionTypeIntelExtended, 0) { }