| commit | 247657a5acbb7eb21c336ba84a68b801b7c19be0 | [log] [tgz] |
|---|---|---|
| author | srs5694 <srs5694@users.sourceforge.net> | Thu Nov 26 18:36:12 2009 -0500 |
| committer | srs5694 <srs5694@users.sourceforge.net> | Thu Nov 26 18:36:12 2009 -0500 |
| tree | c25a6a4c080352690e5c783d3f26f55f6df72f3f | |
| parent | 3f2fe99e72648aefc926138132d48efb07a7ad2d [diff] [blame] |
0.5.1-pre3; more bug fixes related to handling of mislocated secondary header and partition table.
diff --git a/gpt.h b/gpt.h index c265169..f22bd61 100644 --- a/gpt.h +++ b/gpt.h
@@ -127,7 +127,7 @@ 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);