aboutsummaryrefslogtreecommitdiff
path: root/src/Conf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Conf.cpp')
-rw-r--r--src/Conf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Conf.cpp b/src/Conf.cpp
index 0307bc0..a204f13 100644
--- a/src/Conf.cpp
+++ b/src/Conf.cpp
@@ -684,7 +684,7 @@ namespace sibs
result += " or ";
else if(i > 0)
result += ", ";
- result += it.second;
+ result += string(it.first.data, it.first.size);
++i;
}
return result;