mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Small fix to pattern formatter
This commit is contained in:
@@ -574,8 +574,7 @@ public:
|
||||
f->format(msg, cached_tm_, dest);
|
||||
}
|
||||
// write eol
|
||||
// details::fmt_helper::append_string_view(eol_.c_str(), dest);
|
||||
details::fmt_helper::append_string_view(eol_.c_str(), dest);
|
||||
details::fmt_helper::append_string_view(eol_, dest);
|
||||
}
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user