Loading fastboot/fastboot.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1226,7 +1226,7 @@ static void CancelSnapshotIfNeeded() { std::string merge_status = "none"; if (fb->GetVar(FB_VAR_SNAPSHOT_UPDATE_STATUS, &merge_status) == fastboot::SUCCESS && merge_status != "none") { fb->SnapshotUpdateCommand("Cancel"); fb->SnapshotUpdateCommand("cancel"); } } Loading Loading
fastboot/fastboot.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1226,7 +1226,7 @@ static void CancelSnapshotIfNeeded() { std::string merge_status = "none"; if (fb->GetVar(FB_VAR_SNAPSHOT_UPDATE_STATUS, &merge_status) == fastboot::SUCCESS && merge_status != "none") { fb->SnapshotUpdateCommand("Cancel"); fb->SnapshotUpdateCommand("cancel"); } } Loading