summaryrefslogtreecommitdiff
path: root/gptcl.h
diff options
context:
space:
mode:
authorsrs5694 <srs5694@users.sourceforge.net>2011-09-18 21:12:28 -0400
committersrs5694 <srs5694@users.sourceforge.net>2011-09-18 21:12:28 -0400
commitd1b11e8305621d73ff675af940e7f1f28b639b0d (patch)
treed7c328769b3015c7737bd07928960d6b92fd4cff /gptcl.h
parentf502e52912a28bc57d4a88c6f8f2f5efc6da602c (diff)
downloadsgdisk-d1b11e8305621d73ff675af940e7f1f28b639b0d.tar.gz
Fixed bug in reading GPTs with encoded header sizes other than 92 bytes.
Diffstat (limited to 'gptcl.h')
-rw-r--r--gptcl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gptcl.h b/gptcl.h
index 1e6148d..1abf746 100644
--- a/gptcl.h
+++ b/gptcl.h
@@ -35,8 +35,8 @@ class GPTDataCL : public GPTData {
char *partGUID, *diskGUID;
int alignment, deletePartNum, infoPartNum, largestPartNum, bsdPartNum;
uint32_t tableSize;
-
poptContext poptCon;
+
int BuildMBR(char* argument, int isHybrid);
public:
GPTDataCL(void);