From 05b06fd24631bec26e9c6b50d7d3ad62de14f8b0 Mon Sep 17 00:00:00 2001
From: win10_i5-4590 <1281261856@qq.com>
Date: Tue, 11 Dec 2018 15:49:09 +0800
Subject: [PATCH] fix

---
 jlib/log2.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jlib/log2.h b/jlib/log2.h
index 4237f2c..8ab5ab7 100644
--- a/jlib/log2.h
+++ b/jlib/log2.h
@@ -53,7 +53,7 @@ std::wstring
 #else
 std::string
 #endif
-& file_name = L"")
+& file_name)
 {
     try {
 		std::vector<spdlog::sink_ptr> sinks;
-- 
2.18.1