Fixed issue #888

This commit is contained in:
gabime
2018-10-30 00:54:22 +02:00
parent 5d04848886
commit 1b04c222cf
4 changed files with 17 additions and 10 deletions

View File

@@ -10,7 +10,6 @@ static const std::string target_filename = "logs/file_helper_test.txt";
static void write_with_helper(file_helper &helper, size_t howmany)
{
log_msg msg;
fmt::memory_buffer formatted;
fmt::format_to(formatted, "{}", std::string(howmany, '1'));
helper.write(formatted);