Fix derp with alternate storage

This commit is contained in:
Dees_Troy
2012-10-07 18:20:09 -04:00
parent c7c4341ed7
commit 3f04d03fcb
+1 -1
View File
@@ -1350,7 +1350,7 @@ void TWPartition::Find_Actual_Block_Device(void) {
Is_Present = true;
Actual_Block_Device = Primary_Block_Device;
} else if (!Alternate_Block_Device.empty() && TWFunc::Path_Exists(Alternate_Block_Device)) {
Actual_Block_Device = Primary_Block_Device;
Actual_Block_Device = Alternate_Block_Device;
Is_Present = true;
} else
Is_Present = false;