summaryrefslogtreecommitdiff
path: root/gptpart.cc
diff options
context:
space:
mode:
authorsrs5694 <srs5694@users.sourceforge.net>2009-09-14 00:29:34 -0400
committersrs5694 <srs5694@users.sourceforge.net>2009-09-14 00:29:34 -0400
commite35eb1beb6381977ff0dd8443d91f4569779cf2d (patch)
tree79e12635671049dfaca818827e3458fbadff0b1c /gptpart.cc
parente4ac11ebee0ad586a538f49b9c0e32ad19cae665 (diff)
downloadsgdisk-e35eb1beb6381977ff0dd8443d91f4569779cf2d.tar.gz
Updates for version 0.4.2
New feature: Ability to edit disk images. Several small bug fixes and feature enhancements (see CHANGELOG).
Diffstat (limited to 'gptpart.cc')
-rw-r--r--gptpart.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gptpart.cc b/gptpart.cc
index cb622d3..671e42e 100644
--- a/gptpart.cc
+++ b/gptpart.cc
@@ -68,6 +68,7 @@ GPTPart & GPTPart::operator=(const GPTPart & orig) {
attributes = orig.attributes;
for (i = 0; i < NAME_SIZE; i++)
name[i] = orig.name[i];
+ return *this;
} // assignment operator
// Sets the unique GUID to a value of 0 or a random value,