commit | 2df249017d7d0ef4f435c597c7901e8ede576eb7 | [log] [tgz] |
---|---|---|
author | bigbiff <bigbiff@teamw.in> | Fri Jun 19 15:31:31 2020 -0400 |
committer | bigbiff <bigbiff@teamw.in> | Fri Jun 19 15:31:31 2020 -0400 |
tree | 0836a4d9b7ce1559197d92ed22fa8eb69a1cab2c | |
parent | 425e7bb9bc2abc594e92508ecc48631cfd0935cb [diff] [blame] |
Is_Data_Wiped: simplify function signature Change-Id: If724d38639cffe1f1ff5658503ed31ffd1ef72e8
diff --git a/twrp.cpp b/twrp.cpp index 37053d2..1e3f860 100755 --- a/twrp.cpp +++ b/twrp.cpp
@@ -404,7 +404,7 @@ // Reboot TWFunc::Update_Intent_File(Send_Intent); delete adb_bu_fifo; - if (!TWFunc::Is_Data_Wiped("/data")) + if (!TWFunc::Is_Data_Wiped()) TWFunc::Update_Log_File(); gui_msg(Msg("rebooting=Rebooting...")); string Reboot_Arg;