summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXuefer <xuefer@gmail.com>2015-04-13 20:02:05 +0200
committerEthan Yonker <dees_troy@teamw.in>2015-06-18 00:06:41 +0200
commitbfce5041671a5b496e4b9655416230aad16615aa (patch)
treee20305373e157cb6cf257e130e6e179895c728a8
parentAllow ORS set command to work with spaces in the value (diff)
downloadandroid_bootable_recovery-bfce5041671a5b496e4b9655416230aad16615aa.tar
android_bootable_recovery-bfce5041671a5b496e4b9655416230aad16615aa.tar.gz
android_bootable_recovery-bfce5041671a5b496e4b9655416230aad16615aa.tar.bz2
android_bootable_recovery-bfce5041671a5b496e4b9655416230aad16615aa.tar.lz
android_bootable_recovery-bfce5041671a5b496e4b9655416230aad16615aa.tar.xz
android_bootable_recovery-bfce5041671a5b496e4b9655416230aad16615aa.tar.zst
android_bootable_recovery-bfce5041671a5b496e4b9655416230aad16615aa.zip
-rw-r--r--partition.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/partition.cpp b/partition.cpp
index e154564be..6c5cf532e 100644
--- a/partition.cpp
+++ b/partition.cpp
@@ -478,6 +478,7 @@ bool TWPartition::Process_Flags(string Flags, bool Display_Error) {
}
} else if (strcmp(ptr, "settingsstorage") == 0) {
Is_Storage = true;
+ Is_Settings_Storage = true;
} else if (strcmp(ptr, "andsec") == 0) {
Has_Android_Secure = true;
} else if (strcmp(ptr, "canbewiped") == 0) {