summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--type.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/type.cpp b/type.cpp
index e3988401..56bc3865 100644
--- a/type.cpp
+++ b/type.cpp
@@ -208,7 +208,7 @@ string NameList::GetString() const
{
if (!first)
{
- out = m_join + name;
+ out += m_join + name;
}
else
{