0.5.1-pre3; more bug fixes related to handling of mislocated secondary
header and partition table.
diff --git a/gdisk.cc b/gdisk.cc
index ef42ea8..bfee217 100644
--- a/gdisk.cc
+++ b/gdisk.cc
@@ -29,7 +29,7 @@
    int doMore = 1;
    char* device = NULL;
 
-   printf("GPT fdisk (gdisk) version 0.5.1-pre2\n\n");
+   printf("GPT fdisk (gdisk) version 0.5.1-pre3\n\n");
 
     if (argc == 2) { // basic usage
       if (SizesOK()) {
@@ -311,7 +311,7 @@
             break;
          case 'e': case 'E':
             printf("Relocating backup data structures to the end of the disk\n");
-            theGPT->FixSecondHeaderLocation();
+            theGPT->MoveSecondHeaderToEnd();
             break;
          case 'g': case 'G':
             printf("Enter the disk's unique GUID:\n");