From 0283dae41a7db4563be0fe62241ed230e4a101c0 Mon Sep 17 00:00:00 2001 From: srs5694 Date: Wed, 28 Apr 2010 16:44:34 -0400 Subject: A few bug fixes. --- gpt.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gpt.h') diff --git a/gpt.h b/gpt.h index cae0339..751229c 100644 --- a/gpt.h +++ b/gpt.h @@ -16,7 +16,7 @@ #ifndef __GPTSTRUCTS #define __GPTSTRUCTS -#define GPTFDISK_VERSION "0.6.6" +#define GPTFDISK_VERSION "0.6.7-pre1" // Constants used by GPTData::PartsToMBR(). MBR_EMPTY must be the lowest- // numbered value to refer to partition numbers. (Most will be 0 or positive, @@ -75,6 +75,7 @@ class GPTData { protected: struct GPTHeader mainHeader; GPTPart *partitions; + uint32_t numParts; struct GPTHeader secondHeader; MBRData protectiveMBR; string device; // device filename -- cgit v1.2.1