diff options
Diffstat (limited to 'web/server/apache/service.cxx')
-rw-r--r-- | web/server/apache/service.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/server/apache/service.cxx b/web/server/apache/service.cxx index af5873e..6d02c1a 100644 --- a/web/server/apache/service.cxx +++ b/web/server/apache/service.cxx @@ -47,7 +47,7 @@ namespace web for (const auto& o: od) { auto i ( - option_descriptions_.emplace (name_ + "-" + o.first, o.second)); + option_descriptions_.emplace (name_ + '-' + o.first, o.second)); assert (i.second); *d++ = |