diff options
Diffstat (limited to '')
-rw-r--r-- | source/Log.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Log.cpp b/source/Log.cpp index fc19595db..a0de4531b 100644 --- a/source/Log.cpp +++ b/source/Log.cpp @@ -124,7 +124,7 @@ void cLog::Log(const char * a_Format, va_list argList) #endif if (m_File) { - fprintf(m_File, "%s\n", Line.c_str(), m_File); + fprintf(m_File, "%s\n", Line.c_str()); fflush(m_File); } |