From 247657a5acbb7eb21c336ba84a68b801b7c19be0 Mon Sep 17 00:00:00 2001 From: srs5694 Date: Thu, 26 Nov 2009 18:36:12 -0500 Subject: 0.5.1-pre3; more bug fixes related to handling of mislocated secondary header and partition table. --- gpt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpt.h') diff --git a/gpt.h b/gpt.h index c265169..f22bd61 100644 --- a/gpt.h +++ b/gpt.h @@ -127,7 +127,7 @@ public: void BlankPartitions(void); void SortGPT(void); int ClearGPTData(void); - void FixSecondHeaderLocation(); + void MoveSecondHeaderToEnd(); void SetName(uint32_t partNum, char* theName = NULL); void SetDiskGUID(GUIDData newGUID); int SetPartitionGUID(uint32_t pn, GUIDData theGUID); -- cgit v1.2.3