0.5.1-pre3; more bug fixes related to handling of mislocated secondary
header and partition table.
diff --git a/support.cc b/support.cc
index 337dfce..bb419ed 100644
--- a/support.cc
+++ b/support.cc
@@ -480,6 +480,7 @@
          sectors = bytes / UINT64_C(512);
       } // if
    } // if
-//   printf("In disksize(), sectors is %lld.\n", sectors);
+//   sectors = 25000000;
+//   printf("Returning bogus sector size: %d\n", sectors);
    return sectors;
 }