Fixed bug regarding disk size on FreeBSD when using disk images. This

but doesn't affect disk files or non-FreeBSD platforms.
This commit is contained in:
srs5694
2010-01-19 20:24:38 -05:00
parent a6022b0327
commit 245a6a5a28
2 changed files with 62 additions and 62 deletions

2
gpt.h
View File

@@ -16,7 +16,7 @@
#ifndef __GPTSTRUCTS
#define __GPTSTRUCTS
#define GPTFDISK_VERSION "0.6.0"
#define GPTFDISK_VERSION "0.6.1-pre2"
using namespace std;