Linux Build Fix

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4117 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
facugaich 2009-08-31 16:25:06 +00:00
parent 94bc6d7f36
commit 9ad7d47bc7
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ void ConsoleListener::Log(LogTypes::LOG_LEVELS Level, const char *Text)
SetConsoleTextAttribute(hConsole, Color);
WriteConsole(hConsole, Text, (DWORD)strlen(Text), &cCharsWritten, NULL);
#else
fprintf(stderr, "%s", text);
fprintf(stderr, "%s", Text);
#endif
}