diff --git a/src/kits/storage/DiskSystem.cpp b/src/kits/storage/DiskSystem.cpp index 80be72840f..55e159e890 100644 --- a/src/kits/storage/DiskSystem.cpp +++ b/src/kits/storage/DiskSystem.cpp @@ -225,7 +225,7 @@ BDiskSystem::GetNextSupportedType(BPartition *partition, int32 *cookie, || !IsPartitioningSystem()) { return B_BAD_VALUE; } - return _kern_get_next_supported_partition_type(fID, partition->_ShadowID(), + return _kern_get_next_supported_partition_type(partition->_ShadowID(), cookie, type); }