1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-04-01 02:42:41 +08:00
This commit is contained in:
gabime 2019-07-11 19:23:06 +03:00
parent e0d85e60a3
commit 521c5317a2

View File

@ -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();