From a8582cfe6c1aa5e5f80458ac72d881a04ae0ba44 Mon Sep 17 00:00:00 2001 From: srs5694 Date: Fri, 19 Mar 2010 14:21:59 -0400 Subject: Changes to sector alignment policies and behavior when restoring a backup fails --- sgdisk.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sgdisk.cc') diff --git a/sgdisk.cc b/sgdisk.cc index 911f0c2..2797025 100644 --- a/sgdisk.cc +++ b/sgdisk.cc @@ -33,7 +33,7 @@ int main(int argc, char *argv[]) { GPTData theGPT; int opt, numOptions = 0, saveData = 0, neverSaveData = 0; int partNum = 0, deletePartNum = 0, infoPartNum = 0, bsdPartNum = 0, saveNonGPT = 1; - int alignment = 8, retval = 0, pretend = 0; + int alignment = DEFAULT_ALIGNMENT, retval = 0, pretend = 0; unsigned int hexCode; uint32_t tableSize = 128; uint64_t startSector, endSector; -- cgit v1.2.1