make fCommandLine a local variable in AppInit()

This commit is contained in:
Philip Kaufmann
2013-10-08 10:52:42 +02:00
parent adae2f1819
commit 917ac1dcc1
3 changed files with 1 additions and 2 deletions

View File

@@ -78,7 +78,6 @@ bool fPrintToConsole = false;
bool fPrintToDebugger = false;
bool fDaemon = false;
bool fServer = false;
bool fCommandLine = false;
string strMiscWarning;
bool fNoListen = false;
bool fLogTimestamps = false;