Fix Win32 event log sink

pull/1444/head
Crunkle 6 years ago
parent c9e094d9fc
commit d38d53d9dd

@ -219,7 +219,7 @@ protected:
using namespace internal;
memory_buf_t formatted;
formatter_->format(msg, formatted);
base_sink<Mutex>::formatter_->format(msg, formatted);
formatted.push_back('\0');
LPCSTR lp_str = static_cast<LPCSTR>(formatted.data());

Loading…
Cancel
Save