summaryrefslogtreecommitdiff
path: root/gptpart.h
diff options
context:
space:
mode:
authorRoderick W. Smith <rodsmith@rodsbooks.com>2014-02-17 16:17:11 -0500
committerRoderick W. Smith <rodsmith@rodsbooks.com>2014-02-17 16:17:11 -0500
commit84aaff6b9cf3b802c621781cf9acd006aa5a3e66 (patch)
tree9f46bf77212466e4e66a2163ab86a8be39b62508 /gptpart.h
parent22e88b5be2c0c3f92e34d95da45922abfa02a28d (diff)
downloadsgdisk-84aaff6b9cf3b802c621781cf9acd006aa5a3e66.tar.gz
Removed libicu dependency for UTF-16 partition names. Version 0.8.9
release.
Diffstat (limited to 'gptpart.h')
-rw-r--r--gptpart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gptpart.h b/gptpart.h
index cdfce2a..67cba6b 100644
--- a/gptpart.h
+++ b/gptpart.h
@@ -45,7 +45,7 @@ class GPTPart {
uint64_t firstLBA;
uint64_t lastLBA;
Attributes attributes;
- unsigned char name[NAME_SIZE];
+ uint16_t name[NAME_SIZE];
public:
GPTPart(void);
~GPTPart(void);