mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix Linux build error in argument parser
This commit is contained in:
parent
a9331dcfe6
commit
a6c526c5ba
@ -95,7 +95,7 @@ bool RiaArgumentParser::parseArguments()
|
|||||||
#if defined(_MSC_VER) && defined(_WIN32)
|
#if defined(_MSC_VER) && defined(_WIN32)
|
||||||
RiaApplication::instance()->showFormattedTextInMessageBox(helpText);
|
RiaApplication::instance()->showFormattedTextInMessageBox(helpText);
|
||||||
#else
|
#else
|
||||||
fprintf(stdout, "%s\n", m_helpText.toAscii().data());
|
fprintf(stdout, "%s\n", helpText.toAscii().data());
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
#endif
|
#endif
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user