| commit | fed16d043a14e8b86c97a6413aec7281fefcbcb5 | [log] [tgz] |
|---|---|---|
| author | srs5694 <srs5694@users.sourceforge.net> | Wed Jan 27 23:03:40 2010 -0500 |
| committer | srs5694 <srs5694@users.sourceforge.net> | Wed Jan 27 23:03:40 2010 -0500 |
| tree | 6e1250e01ad78fa5eb243b1d134b212e69d4be1f | |
| parent | 546a9c7c369df465021feecb20f6a8f81b6df6bc [diff] [blame] |
Misc. updates and bug fixes
diff --git a/gptpart.h b/gptpart.h index 2ae27e3..dc499b9 100644 --- a/gptpart.h +++ b/gptpart.h
@@ -69,7 +69,7 @@ void SetFirstLBA(uint64_t f) {firstLBA = f;} void SetLastLBA(uint64_t l) {lastLBA = l;} void SetAttributes(uint64_t a) {attributes = a;} - void SetName(unsigned char* n); + void SetName(string n); // Additional functions GPTPart & operator=(const GPTPart & orig);