diff options
author | Dees_Troy <dees_troy@teamw.in> | 2012-10-08 00:20:09 +0200 |
---|---|---|
committer | Dees_Troy <dees_troy@teamw.in> | 2012-10-08 00:20:09 +0200 |
commit | 3f04d03fcb4dc581e4982e41c2ea3358de9417d4 (patch) | |
tree | c7dd0f0e0e7d8da35829aa1ddef24a91b054d10a | |
parent | Rename stock recovery file (diff) | |
download | android_bootable_recovery-3f04d03fcb4dc581e4982e41c2ea3358de9417d4.tar android_bootable_recovery-3f04d03fcb4dc581e4982e41c2ea3358de9417d4.tar.gz android_bootable_recovery-3f04d03fcb4dc581e4982e41c2ea3358de9417d4.tar.bz2 android_bootable_recovery-3f04d03fcb4dc581e4982e41c2ea3358de9417d4.tar.lz android_bootable_recovery-3f04d03fcb4dc581e4982e41c2ea3358de9417d4.tar.xz android_bootable_recovery-3f04d03fcb4dc581e4982e41c2ea3358de9417d4.tar.zst android_bootable_recovery-3f04d03fcb4dc581e4982e41c2ea3358de9417d4.zip |
-rw-r--r-- | partition.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |