commit | 4b20e77c40b098492309cf34c488e0f430d98a7a | [log] [tgz] |
---|---|---|
author | Dees_Troy <dees_troy@teamw.in> | Thu Jan 17 18:50:23 2013 +0000 |
committer | Dees_Troy <dees_troy@teamw.in> | Thu Jan 17 18:50:23 2013 +0000 |
tree | 8ebcea6b0f4d7f96b65bd23084db05e7b9d398ef | |
parent | dc8bc1b28a78fb7371a7aee9ceabf4743b976e10 [diff] |
Fix problem with AOSP wipe_cache command
diff --git a/recovery.cpp b/recovery.cpp index e1b8daa..581e67e 100644 --- a/recovery.cpp +++ b/recovery.cpp
@@ -316,6 +316,7 @@ static int erase_volume(const char *volume) { + return !PartitionManager.Wipe_By_Path(volume); ui->SetBackground(RecoveryUI::INSTALLING); ui->SetProgressType(RecoveryUI::INDETERMINATE); ui->Print("Formatting %s...\n", volume);