summaryrefslogtreecommitdiffstats
path: root/source/Log.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Log.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Log.cpp b/source/Log.cpp
index 42c58eb27..ed1a9beb8 100644
--- a/source/Log.cpp
+++ b/source/Log.cpp
@@ -138,7 +138,7 @@ void cLog::Log(const char * a_Format, va_list argList)
#if defined (_WIN32) && defined(_DEBUG)
// In a Windows Debug build, output the log to debug console as well:
- OutputDebugString(Line.c_str());
+ OutputDebugStringA(Line.c_str());
#endif // _WIN32
}