Final 0.6.11 version; only trivial changes
diff --git a/gpt.cc b/gpt.cc
index 78b1557..be3373d 100644
--- a/gpt.cc
+++ b/gpt.cc
@@ -2191,7 +2191,7 @@
 // Returns the computed alignment value.
 uint32_t GPTData::ComputeAlignment(void) {
    uint32_t i = 0, found, exponent = 31;
-   uint64_t align = DEFAULT_ALIGNMENT;
+   uint32_t align = DEFAULT_ALIGNMENT;
 
    exponent = (uint32_t) log2(DEFAULT_ALIGNMENT);
    for (i = 0; i < numParts; i++) {