wlog: fix build on windows

This commit is contained in:
Bernhard Miklautz 2015-11-09 19:47:51 +01:00
parent 57f952bbbc
commit 25137988fe

View File

@ -65,7 +65,7 @@ static BOOL WLog_ConsoleAppender_WriteMessage(wLog* log, wLogAppender* appender,
WLog_Layout_GetMessagePrefix(log, appender->Layout, message);
#ifdef _WIN32
if (appender->outputStream == WLOG_CONSOLE_DEBUG)
if (consoleAppender->outputStream == WLOG_CONSOLE_DEBUG)
{
char MessageString[4096];