mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
Fix #1143
This commit is contained in:
parent
e0d85e60a3
commit
521c5317a2
@ -47,7 +47,7 @@ protected:
|
||||
}
|
||||
else
|
||||
{
|
||||
sink::formatter_->format(msg, formatted);
|
||||
base_sink<Mutex>::formatter_->format(msg, formatted);
|
||||
}
|
||||
formatted.push_back('\0');
|
||||
const char *msg_output = formatted.data();
|
||||
|
Loading…
Reference in New Issue
Block a user