C4SimpleLog defaults to on

rope
Günther Brammer 2012-02-17 00:25:20 +01:00
parent acee9242f0
commit cd46cf9914
2 changed files with 2 additions and 1 deletions

View File

@ -397,6 +397,7 @@ int main(int argc, char *argv[])
setvbuf(stdout, NULL, _IOLBF, 0);
#endif
// Scan options
fQuiet = true;
int iFirstGroup = 0;
for (int i = 1; i < argc; ++i)
{

View File

@ -25,7 +25,7 @@
#include <C4Include.h>
#include <C4Log.h>
bool fQuiet = true;
bool fQuiet = false;
bool Log(const char *msg)
{