diff options
-rw-r--r-- | dxr3log.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ cLog::cLog() m_ForeFlush = true; std::string Filename; - Filename += LOGPATH; + Filename = LOGPATH; Filename += "dxr3plugin.log"; Open(Filename); |