summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wallace <greg@gregtwallace.com>2016-01-20 03:14:30 +0100
committerDees Troy <dees_troy@teamw.in>2016-01-29 17:55:46 +0100
commit558aef791bff9a0e5662a94b50b53a6c7de4ef9e (patch)
tree4753104d188ee1f197f84242b140d539bf62289a
parenttwrp: default to GGL_PIXEL_FORMAT_BGRA_8888 if vi.red.offset == 16 (diff)
downloadandroid_bootable_recovery-558aef791bff9a0e5662a94b50b53a6c7de4ef9e.tar
android_bootable_recovery-558aef791bff9a0e5662a94b50b53a6c7de4ef9e.tar.gz
android_bootable_recovery-558aef791bff9a0e5662a94b50b53a6c7de4ef9e.tar.bz2
android_bootable_recovery-558aef791bff9a0e5662a94b50b53a6c7de4ef9e.tar.lz
android_bootable_recovery-558aef791bff9a0e5662a94b50b53a6c7de4ef9e.tar.xz
android_bootable_recovery-558aef791bff9a0e5662a94b50b53a6c7de4ef9e.tar.zst
android_bootable_recovery-558aef791bff9a0e5662a94b50b53a6c7de4ef9e.zip
-rw-r--r--partition.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/partition.cpp b/partition.cpp
index 54bf5e179..8ddd4bed4 100644
--- a/partition.cpp
+++ b/partition.cpp
@@ -1862,7 +1862,7 @@ bool TWPartition::Wipe_F2FS() {
gui_msg(Msg("formatting_using=Formatting {1} using {2}...")(Display_Name)("mkfs.f2fs"));
Find_Actual_Block_Device();
- command = "mkfs.f2fs -t 1";
+ command = "mkfs.f2fs -t 0";
if (!Is_Decrypted && Length != 0) {
// Only use length if we're not decrypted
char len[32];