commit | 3f04d03fcb4dc581e4982e41c2ea3358de9417d4 | [log] [tgz] |
---|---|---|
author | Dees_Troy <dees_troy@teamw.in> | Sun Oct 07 18:20:09 2012 -0400 |
committer | Dees_Troy <dees_troy@teamw.in> | Sun Oct 07 18:20:09 2012 -0400 |
tree | c7dd0f0e0e7d8da35829aa1ddef24a91b054d10a | |
parent | c7c4341ed7b1823963989040219471a542d9afed [diff] |
Fix derp with alternate storage
diff --git a/partition.cpp b/partition.cpp index 06084b6..0644fba 100644 --- a/partition.cpp +++ b/partition.cpp
@@ -1350,7 +1350,7 @@ 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;