commit | 3a7156333619fd61888c3d0d486f45d5e17f11ea | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Thu Oct 31 11:36:35 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Thu Oct 31 11:36:35 2013 -0700 |
tree | cef680b8fdc9a4da78683fe19f2dab22db80131d | |
parent | b096e4901d5443da31a2157715f480c89b65b578 [diff] [blame] |
Name: Change to not use the deprecated addComponent.
diff --git a/src/name.cpp b/src/name.cpp index d785fdd..640fdeb 100644 --- a/src/name.cpp +++ b/src/name.cpp
@@ -247,7 +247,7 @@ { clear(); for (size_t i = 0; i < nameStruct.nComponents; ++i) - addComponent(nameStruct.components[i].value.value, nameStruct.components[i].value.length); + append(nameStruct.components[i].value.value, nameStruct.components[i].value.length); } Name&