summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dxr3log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dxr3log.c b/dxr3log.c
index bde2434..680dd6b 100644
--- a/dxr3log.c
+++ b/dxr3log.c
@@ -29,7 +29,7 @@ cLog::cLog()
m_ForeFlush = true;
std::string Filename;
- Filename += LOGPATH;
+ Filename = LOGPATH;
Filename += "dxr3plugin.log";
Open(Filename);