From 3f04d03fcb4dc581e4982e41c2ea3358de9417d4 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Sun, 7 Oct 2012 18:20:09 -0400 Subject: Fix derp with alternate storage --- partition.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/partition.cpp b/partition.cpp index 06084b64a..0644fbae1 100644 --- a/partition.cpp +++ b/partition.cpp @@ -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; -- cgit v1.2.3