aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-13 03:13:39 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-13 03:13:39 +0000
commitfb5884f9d6664cbeb344e3fb5f405c18f3990c2c (patch)
tree090dc74bbe294d5789a677b4db77dc8dfd4b930c
parent1b726f5b923c13efaef861b7789c17895890455a (diff)
parent39ad9fbd32396d1b2ce51f01c4eff45625787418 (diff)
downloadgptfdisk-android14-qpr2-s2-release.tar.gz
Change-Id: I931c4775babf0a11a6ccb8c47077a1305061e149
-rw-r--r--sgdisk.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sgdisk.cc b/sgdisk.cc
index 1892e2d..bdd077b 100644
--- a/sgdisk.cc
+++ b/sgdisk.cc
@@ -58,6 +58,7 @@ static int android_dump(char* device) {
}
}
break;
+ case hybrid:
case gpt:
gptData.JustLooking();
if (!gptData.LoadPartitions((string) device)) {