Merge branch 'Issue-1248' of https://github.com/gabime/spdlog into Issue-1248

This commit is contained in:
gabime
2019-10-21 13:43:57 +03:00
3 changed files with 32 additions and 32 deletions

View File

@@ -9,7 +9,7 @@ void prepare_logdir()
{
spdlog::drop_all();
#ifdef _WIN32
system("rmdir /S /Q test_logs")
system("rmdir /S /Q test_logs");
#else
auto rv = system("rm -rf test_logs");
if (rv != 0)