summaryrefslogtreecommitdiffstats
path: root/partition.cpp
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2012-10-08 00:20:09 +0200
committerDees_Troy <dees_troy@teamw.in>2012-10-08 00:20:09 +0200
commit3f04d03fcb4dc581e4982e41c2ea3358de9417d4 (patch)
treec7dd0f0e0e7d8da35829aa1ddef24a91b054d10a /partition.cpp
parentRename stock recovery file (diff)
downloadandroid_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
Diffstat (limited to 'partition.cpp')
-rw-r--r--partition.cpp2
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;