Commit 521c5317 authored by gabime's avatar gabime

Fix #1143

parent e0d85e60
...@@ -47,7 +47,7 @@ protected: ...@@ -47,7 +47,7 @@ protected:
} }
else else
{ {
sink::formatter_->format(msg, formatted); base_sink<Mutex>::formatter_->format(msg, formatted);
} }
formatted.push_back('\0'); formatted.push_back('\0');
const char *msg_output = formatted.data(); const char *msg_output = formatted.data();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment