Changeset 26128
- Timestamp:
- 06/24/08 18:49:34 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
haiku/trunk/src/add-ons/kernel/partitioning_systems/intel/intel.cpp
r25414 r26128 165 165 return 0.4; 166 166 167 // No children. Extremely unlikely, that this is a desired. But if no one 168 // else claims the partition, we take it anyway. 169 return 0.1; 167 // No children but a parent. Extremely unlikely that this is desired. 168 // Just indicate that we don't support this partition, it's probably a 169 // filesystem and not a partition at all. 170 *cookie = NULL; 171 delete map; 172 return -1; 170 173 } 171 174
