Fixed rename on Linux

This commit is contained in:
Magne Sjaastad 2013-12-19 11:06:59 +01:00
parent 909831ad34
commit d165d6ce38

View File

@ -839,7 +839,7 @@ bool RiaApplication::parseArguments()
#if defined(_MSC_VER) && defined(_WIN32)
showFormattedTextInMessageBox(m_helpText);
#else
fprintf(stdout, "%s\n", helpText.toAscii().data());
fprintf(stdout, "%s\n", m_helpText.toAscii().data());
fflush(stdout);
#endif
return false;